Uses of Interface
org.jivesoftware.smack.iqrequest.IQRequestHandler
-
Packages that use IQRequestHandler Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.iqrequest Smack's IQ request handler API.org.jivesoftware.smackx.iot Smack's API for XMPP IoT (XEP-0323, -0324, -0325, -0347). -
-
Uses of IQRequestHandler in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return IQRequestHandler Modifier and Type Method Description IQRequestHandlerAbstractXMPPConnection. registerIQRequestHandler(IQRequestHandler iqRequestHandler)IQRequestHandlerXMPPConnection. registerIQRequestHandler(IQRequestHandler iqRequestHandler)Register an IQ request handler with this connection.IQRequestHandlerAbstractXMPPConnection. unregisterIQRequestHandler(String element, String namespace, IQ.Type type)IQRequestHandlerAbstractXMPPConnection. unregisterIQRequestHandler(IQRequestHandler iqRequestHandler)IQRequestHandlerXMPPConnection. unregisterIQRequestHandler(String element, String namespace, IQ.Type type)Unregister an IQ request handler with this connection.IQRequestHandlerXMPPConnection. unregisterIQRequestHandler(IQRequestHandler iqRequestHandler)Convenience method forXMPPConnection.unregisterIQRequestHandler(String, String, org.jivesoftware.smack.packet.IQ.Type).Methods in org.jivesoftware.smack with parameters of type IQRequestHandler Modifier and Type Method Description IQRequestHandlerAbstractXMPPConnection. registerIQRequestHandler(IQRequestHandler iqRequestHandler)IQRequestHandlerXMPPConnection. registerIQRequestHandler(IQRequestHandler iqRequestHandler)Register an IQ request handler with this connection.IQRequestHandlerAbstractXMPPConnection. unregisterIQRequestHandler(IQRequestHandler iqRequestHandler)IQRequestHandlerXMPPConnection. unregisterIQRequestHandler(IQRequestHandler iqRequestHandler)Convenience method forXMPPConnection.unregisterIQRequestHandler(String, String, org.jivesoftware.smack.packet.IQ.Type). -
Uses of IQRequestHandler in org.jivesoftware.smack.iqrequest
Classes in org.jivesoftware.smack.iqrequest that implement IQRequestHandler Modifier and Type Class Description classAbstractIqRequestHandlerConvenience class to create IQ requests handlers. -
Uses of IQRequestHandler in org.jivesoftware.smackx.iot
Classes in org.jivesoftware.smackx.iot that implement IQRequestHandler Modifier and Type Class Description protected classIoTManager.IoTIqRequestHandler
-