Uses of Enum
org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode
Packages that use IQRequestHandler.Mode
Package
Description
Smack's IQ request handler API.
Smack's API for XMPP IoT (XEP-0323, -0324, -0325, -0347).
-
Uses of IQRequestHandler.Mode in org.jivesoftware.smack.iqrequest
Methods in org.jivesoftware.smack.iqrequest that return IQRequestHandler.ModeModifier and TypeMethodDescriptionAbstractIqRequestHandler.getMode()
IQRequestHandler.getMode()
static IQRequestHandler.Mode
Returns the enum constant of this type with the specified name.static IQRequestHandler.Mode[]
IQRequestHandler.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smack.iqrequest with parameters of type IQRequestHandler.ModeModifierConstructorDescriptionprotected
AbstractIqRequestHandler
(String element, String namespace, IQ.Type type, IQRequestHandler.Mode mode) -
Uses of IQRequestHandler.Mode in org.jivesoftware.smackx.iot
Constructors in org.jivesoftware.smackx.iot with parameters of type IQRequestHandler.ModeModifierConstructorDescriptionprotected
IoTIqRequestHandler
(String element, String namespace, IQ.Type type, IQRequestHandler.Mode mode)