Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
-
Packages that use Socks5BytestreamManager Package Description org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams. -
-
Uses of Socks5BytestreamManager in org.jivesoftware.smackx.bytestreams.socks5
Methods in org.jivesoftware.smackx.bytestreams.socks5 that return Socks5BytestreamManager Modifier and Type Method Description static Socks5BytestreamManager
Socks5BytestreamManager. getBytestreamManager(XMPPConnection connection)
Returns the Socks5BytestreamManager to handle SOCKS5 Bytestreams for a givenXMPPConnection
.Constructors in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type Socks5BytestreamManager Constructor Description Socks5BytestreamRequest(Socks5BytestreamManager manager, Bytestream bytestreamRequest)
Creates a new Socks5BytestreamRequest.
-