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

    Constructors
    Modifier
    Constructor
    Description
    protected
    IoTIqRequestHandler(String element, String namespace, org.jivesoftware.smack.packet.IQ.Type type, org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode mode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract org.jivesoftware.smack.packet.IQ
    handleIoTIqRequest(org.jivesoftware.smack.packet.IQ iqRequest)
     
    final org.jivesoftware.smack.packet.IQ
    handleIQRequest(org.jivesoftware.smack.packet.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 Details

    • IoTIqRequestHandler

      protected IoTIqRequestHandler(String element, String namespace, org.jivesoftware.smack.packet.IQ.Type type, org.jivesoftware.smack.iqrequest.IQRequestHandler.Mode mode)
  • Method Details

    • handleIQRequest

      public final org.jivesoftware.smack.packet.IQ handleIQRequest(org.jivesoftware.smack.packet.IQ iqRequest)
      Specified by:
      handleIQRequest in interface org.jivesoftware.smack.iqrequest.IQRequestHandler
      Specified by:
      handleIQRequest in class org.jivesoftware.smack.iqrequest.AbstractIqRequestHandler
    • handleIoTIqRequest

      protected abstract org.jivesoftware.smack.packet.IQ handleIoTIqRequest(org.jivesoftware.smack.packet.IQ iqRequest)