Package org.jivesoftware.smackx.iot
Class IoTManager.IoTIqRequestHandler
java.lang.Object
org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
org.jivesoftware.smackx.iot.IoTManager.IoTIqRequestHandler
- All Implemented Interfaces:
IQRequestHandler
- Enclosing class:
- IoTManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.iqrequest.IQRequestHandler
IQRequestHandler.Mode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIoTIqRequestHandler(String element, String namespace, IQ.Type type, IQRequestHandler.Mode mode) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract IQhandleIoTIqRequest(IQ iqRequest) final IQhandleIQRequest(IQ iqRequest) Methods inherited from class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
getElement, getMode, getNamespace, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.iqrequest.IQRequestHandler
getQName
-
Constructor Details
-
IoTIqRequestHandler
protected IoTIqRequestHandler(String element, String namespace, IQ.Type type, IQRequestHandler.Mode mode)
-
-
Method Details
-
handleIQRequest
- Specified by:
handleIQRequestin interfaceIQRequestHandler- Specified by:
handleIQRequestin classAbstractIqRequestHandler
-
handleIoTIqRequest
-