Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams |
Smack's API for XEP-0065: SOCKS5 Bytestreams, as well as XEP-0047: In-Band Bytestreams.
|
org.jivesoftware.smackx.bytestreams.ibb |
Smack's API for XEP-0047: In-Band Bytestreams.
|
org.jivesoftware.smackx.bytestreams.socks5 |
Smack's API for XEP-0065: SOCKS5 Bytestreams.
|
org.jivesoftware.smackx.jingle.transports |
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
|
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(org.jxmpp.jid.Jid targetJID)
Establishes a bytestream with the given user and returns the session to send/receive data
to/from the user.
|
BytestreamSession |
BytestreamManager.establishSession(org.jxmpp.jid.Jid 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JingleTransportInitiationCallback.onSessionInitiated(BytestreamSession bytestreamSession) |