Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamRequest
-
Packages that use BytestreamRequest 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. -
-
Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams
Methods in org.jivesoftware.smackx.bytestreams with parameters of type BytestreamRequest Modifier and Type Method Description voidBytestreamListener. 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
Classes in org.jivesoftware.smackx.bytestreams.ibb that implement BytestreamRequest Modifier and Type Class Description classInBandBytestreamRequestInBandBytestreamRequest class handles incoming In-Band Bytestream requests.Methods in org.jivesoftware.smackx.bytestreams.ibb with parameters of type BytestreamRequest Modifier and Type Method Description voidInBandBytestreamListener. incomingBytestreamRequest(BytestreamRequest request) -
Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams.socks5
Classes in org.jivesoftware.smackx.bytestreams.socks5 that implement BytestreamRequest Modifier and Type Class Description classSocks5BytestreamRequestSocks5BytestreamRequest class handles incoming SOCKS5 Bytestream requests.Methods in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type BytestreamRequest Modifier and Type Method Description voidSocks5BytestreamListener. incomingBytestreamRequest(BytestreamRequest request)
-