Uses of Class
org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
-
Packages that use InBandBytestreamManager Package Description org.jivesoftware.smackx.bytestreams.ibb Smack's API for XEP-0047: In-Band Bytestreams. -
-
Uses of InBandBytestreamManager in org.jivesoftware.smackx.bytestreams.ibb
Methods in org.jivesoftware.smackx.bytestreams.ibb that return InBandBytestreamManager Modifier and Type Method Description static InBandBytestreamManager
InBandBytestreamManager. getByteStreamManager(XMPPConnection connection)
Returns the InBandBytestreamManager to handle In-Band Bytestreams for a givenXMPPConnection
.Constructors in org.jivesoftware.smackx.bytestreams.ibb with parameters of type InBandBytestreamManager Constructor Description InBandBytestreamRequest(InBandBytestreamManager manager, Open byteStreamRequest)
-