Uses of Class
org.jivesoftware.smackx.bytestreams.ibb.packet.Close
-
Packages that use Close Package Description org.jivesoftware.smackx.bytestreams.ibb Smack's API for XEP-0047: In-Band Bytestreams.org.jivesoftware.smackx.bytestreams.ibb.provider Providers for XEP-0047: In-Band Bytestreams. -
-
Uses of Close in org.jivesoftware.smackx.bytestreams.ibb
Methods in org.jivesoftware.smackx.bytestreams.ibb with parameters of type Close Modifier and Type Method Description protected void
InBandBytestreamSession. closeByPeer(Close closeRequest)
This method is invoked if a request to close the In-Band Bytestream has been received. -
Uses of Close in org.jivesoftware.smackx.bytestreams.ibb.provider
Methods in org.jivesoftware.smackx.bytestreams.ibb.provider that return Close Modifier and Type Method Description Close
CloseIQProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-