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
protected abstract class IoTManager.IoTIqRequestHandler extends AbstractIqRequestHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jivesoftware.smack.iqrequest.IQRequestHandler
IQRequestHandler.Mode
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IoTIqRequestHandler(java.lang.String element, java.lang.String namespace, IQ.Type type, IQRequestHandler.Mode mode)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract IQ
handleIoTIqRequest(IQ iqRequest)
IQ
handleIQRequest(IQ iqRequest)
-
Methods inherited from class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
getElement, getMode, getNamespace, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.iqrequest.IQRequestHandler
getQName
-
-
-
-
Constructor Detail
-
IoTIqRequestHandler
protected IoTIqRequestHandler(java.lang.String element, java.lang.String namespace, IQ.Type type, IQRequestHandler.Mode mode)
-
-
Method Detail
-
handleIQRequest
public final IQ handleIQRequest(IQ iqRequest)
- Specified by:
handleIQRequest
in interfaceIQRequestHandler
- Specified by:
handleIQRequest
in classAbstractIqRequestHandler
-
handleIoTIqRequest
protected abstract IQ handleIoTIqRequest(IQ iqRequest)
-
-