Uses of Class
org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession

Packages that use InBandBytestreamSession
org.jivesoftware.smackx.bytestreams.ibb   
 

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

Methods in org.jivesoftware.smackx.bytestreams.ibb that return InBandBytestreamSession
 InBandBytestreamSession InBandBytestreamRequest.accept()
          Accepts the In-Band Bytestream open request and returns the session to send/receive data.
 InBandBytestreamSession InBandBytestreamManager.establishSession(java.lang.String targetJID)
          Establishes an In-Band Bytestream with the given user and returns the session to send/receive data to/from the user.
 InBandBytestreamSession InBandBytestreamManager.establishSession(java.lang.String targetJID, java.lang.String sessionID)
          Establishes an In-Band Bytestream with the given user using the given session ID and returns the session to send/receive data to/from the user.