Uses of Class
org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
-
Packages that use InBandBytestreamSession Package Description org.jivesoftware.smackx.bytestreams.ibb Smack's API for XEP-0047: In-Band Bytestreams. -
-
Uses of InBandBytestreamSession in org.jivesoftware.smackx.bytestreams.ibb
Methods in org.jivesoftware.smackx.bytestreams.ibb that return InBandBytestreamSession Modifier and Type Method Description InBandBytestreamSessionInBandBytestreamRequest. accept()Accepts the In-Band Bytestream open request and returns the session to send/receive data.InBandBytestreamSessionInBandBytestreamManager. establishSession(Jid targetJID)Establishes an In-Band Bytestream with the given user and returns the session to send/receive data to/from the user.InBandBytestreamSessionInBandBytestreamManager. establishSession(Jid 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.Methods in org.jivesoftware.smackx.bytestreams.ibb that return types with arguments of type InBandBytestreamSession Modifier and Type Method Description protected java.util.Map<java.lang.String,InBandBytestreamSession>InBandBytestreamManager. getSessions()Returns the sessions map.
-