Uses of Class
rocks.xmpp.extensions.bytestreams.ByteStreamSession
-
Packages that use ByteStreamSession Package Description rocks.xmpp.extensions.bytestreams Provides classes for byte streams (XEP-0047: In-Band Bytestreams and XEP-0065: SOCKS5 Bytestreams).rocks.xmpp.extensions.bytestreams.ibb Provide classes for XEP-0047: In-Band Bytestreams.rocks.xmpp.extensions.bytestreams.s5b Provides classes for XEP-0065: SOCKS5 Bytestreams.rocks.xmpp.extensions.si Provides classes for XEP-0095: Stream Initiation. -
-
Uses of ByteStreamSession in rocks.xmpp.extensions.bytestreams
Methods in rocks.xmpp.extensions.bytestreams that return types with arguments of type ByteStreamSession Modifier and Type Method Description abstract AsyncResult<ByteStreamSession>
ByteStreamEvent. accept()
Accepts the session.abstract AsyncResult<ByteStreamSession>
ByteStreamManager. initiateSession(Jid receiver, String sessionId)
Initiates a byte stream session with another entity. -
Uses of ByteStreamSession in rocks.xmpp.extensions.bytestreams.ibb
Methods in rocks.xmpp.extensions.bytestreams.ibb that return types with arguments of type ByteStreamSession Modifier and Type Method Description AsyncResult<ByteStreamSession>
InBandByteStreamManager. initiateSession(Jid receiver, String sessionId)
AsyncResult<ByteStreamSession>
InBandByteStreamManager. initiateSession(Jid receiver, String sessionId, int blockSize)
Initiates an in-band byte stream session. -
Uses of ByteStreamSession in rocks.xmpp.extensions.bytestreams.s5b
Methods in rocks.xmpp.extensions.bytestreams.s5b that return types with arguments of type ByteStreamSession Modifier and Type Method Description AsyncResult<ByteStreamSession>
Socks5ByteStreamManager. initiateSession(Jid target, String sessionId)
Initiates a SOCKS5 session with a target. -
Uses of ByteStreamSession in rocks.xmpp.extensions.si
Methods in rocks.xmpp.extensions.si that return types with arguments of type ByteStreamSession Modifier and Type Method Description AsyncResult<ByteStreamSession>
StreamInitiationManager. initiateStream(Jid receiver, SIFileTransferOffer profile, String mimeType, Duration timeout)
Initiates a stream with another entity.AsyncResult<ByteStreamSession>
StreamInitiationManager. initiateStream(Jid receiver, SIFileTransferOffer profile, String mimeType, Duration timeout, String sessionId)
Initiates a stream with another entity.
-