Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamRequest
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.
-
Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams
Modifier and TypeMethodDescriptionvoid
BytestreamListener.incomingBytestreamRequest
(BytestreamRequest request) This listener is notified if a bytestream request from another user has been received. -
Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams.ibb
Modifier and TypeClassDescriptionclass
InBandBytestreamRequest class handles incoming In-Band Bytestream requests.Modifier and TypeMethodDescriptionvoid
InBandBytestreamListener.incomingBytestreamRequest
(BytestreamRequest request) -
Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams.socks5
Modifier and TypeClassDescriptionclass
Socks5BytestreamRequest class handles incoming SOCKS5 Bytestream requests.Modifier and TypeMethodDescriptionvoid
Socks5BytestreamListener.incomingBytestreamRequest
(BytestreamRequest request)