Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
-
Packages that use Socks5BytestreamRequest Package Description org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams. -
-
Uses of Socks5BytestreamRequest in org.jivesoftware.smackx.bytestreams.socks5
Methods in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type Socks5BytestreamRequest Modifier and Type Method Description abstract void
Socks5BytestreamListener. incomingBytestreamRequest(Socks5BytestreamRequest request)
This listener is notified if a SOCKS5 Bytestream request from another user has been received.
-