Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream
-
Packages that use Bytestream Package Description org.jivesoftware.smackx.bytestreams.socks5 Smack's API for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.bytestreams.socks5.provider Providers for XEP-0065: SOCKS5 Bytestreams. -
-
Uses of Bytestream in org.jivesoftware.smackx.bytestreams.socks5
Constructors in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type Bytestream Constructor Description Socks5BytestreamRequest(Socks5BytestreamManager manager, Bytestream bytestreamRequest)
Creates a new Socks5BytestreamRequest. -
Uses of Bytestream in org.jivesoftware.smackx.bytestreams.socks5.provider
Methods in org.jivesoftware.smackx.bytestreams.socks5.provider that return Bytestream Modifier and Type Method Description Bytestream
BytestreamsProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-