com.multisoftgroup.jerry.jabber.session
Class ComponentSession
java.lang.Object
com.multisoftgroup.jerry.jabber.session.ComponentSession
- All Implemented Interfaces:
- IMSession
public class ComponentSession
- extends Object
- implements IMSession
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultEncoding
protected String defaultEncoding
ComponentSession
public ComponentSession()
setup
public void setup(Socket socket)
throws Exception
- Specified by:
setup in interface IMSession
- Throws:
Exception
isClosed
public boolean isClosed()
- Specified by:
isClosed in interface IMSession
close
public void close()
- Specified by:
close in interface IMSession
getId
public long getId()
- Specified by:
getId in interface IMSession
getXmlPullParser
public org.xmlpull.v1.XmlPullParser getXmlPullParser()
- Specified by:
getXmlPullParser in interface IMSession
getConnectionType
public int getConnectionType()
- Specified by:
getConnectionType in interface IMSession
writeOutputStream
public void writeOutputStream(String s)
throws IOException
- Specified by:
writeOutputStream in interface IMSession
- Throws:
IOException
getEncoding
public String getEncoding()
- Specified by:
getEncoding in interface IMSession
getStreams
public Streams getStreams()
- Specified by:
getStreams in interface IMSession