Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamSession
Package
Description
Smack's API for XEP-0065: SOCKS5 Bytestreams, as well as XEP-0047: In-Band Bytestreams.
Smack's API for XEP-0047: In-Band Bytestreams.
Smack's API for XEP-0065: SOCKS5 Bytestreams.
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
-
Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams
Modifier and TypeMethodDescriptionBytestreamRequest.accept()
Accepts the bytestream open request and returns the session to send/receive data.BytestreamManager.establishSession
(Jid targetJID) Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.BytestreamManager.establishSession
(Jid targetJID, String sessionID) Establishes a bytestream with the given user and returns the session to send/receive data to/from the user. -
Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams.ibb
Modifier and TypeClassDescriptionclass
InBandBytestreamSession class represents an In-Band Bytestream session. -
Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams.socks5
Modifier and TypeClassDescriptionclass
Socks5BytestreamSession class represents a SOCKS5 Bytestream session. -
Uses of BytestreamSession in org.jivesoftware.smackx.jingle.transports
Modifier and TypeMethodDescriptionvoid
JingleTransportInitiationCallback.onSessionInitiated
(BytestreamSession bytestreamSession)