Class 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​(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.IQ handleIoTIqRequest​(org.jivesoftware.smack.packet.IQ iqRequest)  
      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 Detail

      • IoTIqRequestHandler

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

      • 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)