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:
org.jivesoftware.smack.iqrequest.IQRequestHandler
- Enclosing class:
- IoTManager
protected abstract class IoTManager.IoTIqRequestHandler
extends org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.iqrequest.IQRequestHandler
org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIoTIqRequestHandler(String element, String namespace, org.jivesoftware.smack.packet.IQ.Type type, org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode mode) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.jivesoftware.smack.packet.IQhandleIoTIqRequest(org.jivesoftware.smack.packet.IQ iqRequest) final org.jivesoftware.smack.packet.IQhandleIQRequest(org.jivesoftware.smack.packet.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
-
-
Method Details
-
handleIQRequest
public final org.jivesoftware.smack.packet.IQ handleIQRequest(org.jivesoftware.smack.packet.IQ iqRequest) - Specified by:
handleIQRequestin interfaceorg.jivesoftware.smack.iqrequest.IQRequestHandler- Specified by:
handleIQRequestin classorg.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
-
handleIoTIqRequest
protected abstract org.jivesoftware.smack.packet.IQ handleIoTIqRequest(org.jivesoftware.smack.packet.IQ iqRequest)
-