public class ClientSessionInfo extends Object implements Externalizable
Session information is stored after a user authenticated and bound a resource.
| Constructor and Description |
|---|
ClientSessionInfo() |
ClientSessionInfo(LocalClientSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveList() |
String |
getDefaultList() |
org.xmpp.packet.Presence |
getPresence() |
boolean |
isOfflineFloodStopped() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public ClientSessionInfo()
public ClientSessionInfo(LocalClientSession session)
public org.xmpp.packet.Presence getPresence()
public String getDefaultList()
public String getActiveList()
public boolean isOfflineFloodStopped()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.