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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIoTIqRequestHandler(java.lang.String element, java.lang.String namespace, org.jivesoftware.smack.packet.IQ.Type type, org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode mode)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.jivesoftware.smack.packet.IQhandleIoTIqRequest(org.jivesoftware.smack.packet.IQ iqRequest)org.jivesoftware.smack.packet.IQhandleIQRequest(org.jivesoftware.smack.packet.IQ iqRequest)-
Methods inherited from class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
getElement, getMode, getNamespace, getType
-
-
-
-
Method Detail
-
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)
-
-