Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamSession
-
Packages that use BytestreamSession 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. -
-
Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams
Methods in org.jivesoftware.smackx.bytestreams that return BytestreamSession Modifier and Type Method Description BytestreamSessionBytestreamRequest. accept()Accepts the bytestream open request and returns the session to send/receive data.BytestreamSessionBytestreamManager. establishSession(Jid targetJID)Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.BytestreamSessionBytestreamManager. establishSession(Jid targetJID, java.lang.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
Classes in org.jivesoftware.smackx.bytestreams.ibb that implement BytestreamSession Modifier and Type Class Description classInBandBytestreamSessionInBandBytestreamSession class represents an In-Band Bytestream session. -
Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams.socks5
Classes in org.jivesoftware.smackx.bytestreams.socks5 that implement BytestreamSession Modifier and Type Class Description classSocks5BytestreamSessionSocks5BytestreamSession class represents a SOCKS5 Bytestream session. -
Uses of BytestreamSession in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports with parameters of type BytestreamSession Modifier and Type Method Description voidJingleTransportInitiationCallback. onSessionInitiated(BytestreamSession bytestreamSession)
-