com.multisoftgroup.jerry.jabber.session
Class IMClientSessionImpl
java.lang.Object
com.multisoftgroup.jerry.jabber.session.AbstractIMSession
com.multisoftgroup.jerry.jabber.session.IMClientSessionImpl
- All Implemented Interfaces:
- IMClientSession, IMSession
public class IMClientSessionImpl
- extends AbstractIMSession
- implements IMClientSession
|
Method Summary |
void |
close()
|
int |
getConnectionType()
|
com.multisoftgroup.jerry.jabber.data.jabber.IMPresence |
getPresence()
|
com.multisoftgroup.jerry.jabber.data.jabber.User |
getUser()
|
void |
setPresence(com.multisoftgroup.jerry.jabber.data.jabber.IMPresence presence)
|
void |
setUser(com.multisoftgroup.jerry.jabber.data.jabber.User user)
|
| Methods inherited from class com.multisoftgroup.jerry.jabber.session.AbstractIMSession |
equals, getEncoding, getId, getStreams, getXmlPullParser, hashCode, isClosed, setStreams, setup, toString, writeOutputStream |
IMClientSessionImpl
public IMClientSessionImpl()
throws Exception
- Throws:
Exception
close
public void close()
- Specified by:
close in interface IMSession
setUser
public final void setUser(com.multisoftgroup.jerry.jabber.data.jabber.User user)
- Specified by:
setUser in interface IMClientSession
getUser
public final com.multisoftgroup.jerry.jabber.data.jabber.User getUser()
- Specified by:
getUser in interface IMClientSession
getPresence
public com.multisoftgroup.jerry.jabber.data.jabber.IMPresence getPresence()
- Specified by:
getPresence in interface IMClientSession
setPresence
public void setPresence(com.multisoftgroup.jerry.jabber.data.jabber.IMPresence presence)
- Specified by:
setPresence in interface IMClientSession
getConnectionType
public int getConnectionType()
- Specified by:
getConnectionType in interface IMSession