com.multisoftgroup.jerry.jabber.session
Interface IMSession
- All Known Subinterfaces:
- IMClientSession, IMServerSession
- All Known Implementing Classes:
- AbstractIMSession, ComponentSession, IMClientSessionImpl
public interface IMSession
UNKNOWN_CONNECTION
static final int UNKNOWN_CONNECTION
- See Also:
- Constant Field Values
C2S_CONNECTION
static final int C2S_CONNECTION
- See Also:
- Constant Field Values
S2S_L2R_CONNECTION
static final int S2S_L2R_CONNECTION
- See Also:
- Constant Field Values
S2S_R2L_CONNECTION
static final int S2S_R2L_CONNECTION
- See Also:
- Constant Field Values
setup
void setup(Socket socket)
throws Exception
- Throws:
Exception
isClosed
boolean isClosed()
close
void close()
getId
long getId()
getXmlPullParser
org.xmlpull.v1.XmlPullParser getXmlPullParser()
getConnectionType
int getConnectionType()
writeOutputStream
void writeOutputStream(String s)
throws IOException
- Throws:
IOException
getEncoding
String getEncoding()
getStreams
Streams getStreams()