Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamManager

Packages that use BytestreamManager
org.jivesoftware.smackx.bytestreams.ibb   
org.jivesoftware.smackx.bytestreams.socks5   
 

Uses of BytestreamManager in org.jivesoftware.smackx.bytestreams.ibb
 

Classes in org.jivesoftware.smackx.bytestreams.ibb that implement BytestreamManager
 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
 class Socks5BytestreamManager
          The Socks5BytestreamManager class handles establishing SOCKS5 Bytestreams as specified in the XEP-0065.