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

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

Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams
 

Methods in org.jivesoftware.smackx.bytestreams that return BytestreamSession
 BytestreamSession BytestreamRequest.accept()
          Accepts the bytestream open request and returns the session to send/receive data.
 BytestreamSession BytestreamManager.establishSession(java.lang.String targetJID)
          Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
 BytestreamSession BytestreamManager.establishSession(java.lang.String targetJID, java.lang.String sessionID)
          Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
 

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

Classes in org.jivesoftware.smackx.bytestreams.ibb that implement BytestreamSession
 class InBandBytestreamSession
          InBandBytestreamSession class represents an In-Band Bytestream session.
 

Uses of BytestreamSession in org.jivesoftware.smackx.bytestreams.socks5
 

Classes in org.jivesoftware.smackx.bytestreams.socks5 that implement BytestreamSession
 class Socks5BytestreamSession
          Socks5BytestreamSession class represents a SOCKS5 Bytestream session.