Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams | |
org.jivesoftware.smackx.bytestreams.ibb | |
org.jivesoftware.smackx.bytestreams.socks5 |
Modifier and Type | Method and Description |
---|---|
BytestreamSession |
BytestreamRequest.accept()
Accepts the bytestream open request and returns the session to send/receive data.
|
BytestreamSession |
BytestreamManager.establishSession(String targetJID)
Establishes a bytestream with the given user and returns the session to send/receive data
to/from the user.
|
BytestreamSession |
BytestreamManager.establishSession(String targetJID,
String sessionID)
Establishes a bytestream with the given user and returns the session to send/receive data
to/from the user.
|
Modifier and Type | Class and Description |
---|---|
class |
InBandBytestreamSession
InBandBytestreamSession class represents an In-Band Bytestream session.
|
Modifier and Type | Class and Description |
---|---|
class |
Socks5BytestreamSession
Socks5BytestreamSession class represents a SOCKS5 Bytestream session.
|