Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams.ibb |
Modifier and Type | Method and Description |
---|---|
InBandBytestreamSession |
InBandBytestreamRequest.accept()
Accepts the In-Band Bytestream open request and returns the session to
send/receive data.
|
InBandBytestreamSession |
InBandBytestreamManager.establishSession(String targetJID)
Establishes an In-Band Bytestream with the given user and returns the session to send/receive
data to/from the user.
|
InBandBytestreamSession |
InBandBytestreamManager.establishSession(String targetJID,
String sessionID)
Establishes an In-Band Bytestream with the given user using the given session ID and returns
the session to send/receive data to/from the user.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,InBandBytestreamSession> |
InBandBytestreamManager.getSessions()
Returns the sessions map.
|