Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Packages that use Socks5BytestreamManager
Package
Description
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 Socks5BytestreamManagerModifier and TypeMethodDescriptionstatic Socks5BytestreamManagerSocks5BytestreamManager.getBytestreamManager(XMPPConnection connection) Returns the Socks5BytestreamManager to handle SOCKS5 Bytestreams for a givenXMPPConnection.Constructors in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type Socks5BytestreamManagerModifierConstructorDescriptionprotectedSocks5BytestreamRequest(Socks5BytestreamManager manager, Bytestream bytestreamRequest) Creates a new Socks5BytestreamRequest.