Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamManager
-
Packages that use BytestreamManager Package Description 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 BytestreamManager in org.jivesoftware.smackx.bytestreams.ibb
Classes in org.jivesoftware.smackx.bytestreams.ibb that implement BytestreamManager Modifier and Type Class Description class
InBandBytestreamManager
The InBandBytestreamManager class handles establishing In-Band Bytestreams as specified in the XEP-0047. -
Uses of BytestreamManager in org.jivesoftware.smackx.bytestreams.socks5
Classes in org.jivesoftware.smackx.bytestreams.socks5 that implement BytestreamManager Modifier and Type Class Description class
Socks5BytestreamManager
The Socks5BytestreamManager class handles establishing SOCKS5 Bytestreams as specified in the XEP-0065.
-