Package org.jivesoftware.smack.iqrequest
Interface IQRequestHandler
-
- All Known Implementing Classes:
AbstractIqRequestHandler
,IoTManager.IoTIqRequestHandler
public interface IQRequestHandler
IQ request handler are responsible for handling incoming IQ requests. They can be registered withXMPPConnection.registerIQRequestHandler(IQRequestHandler)
.- See Also:
AbstractIqRequestHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IQRequestHandler.Mode
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getElement()
IQRequestHandler.Mode
getMode()
String
getNamespace()
default QName
getQName()
IQ.Type
getType()
IQ
handleIQRequest(IQ iqRequest)
-
-
-
Method Detail
-
handleIQRequest
IQ handleIQRequest(IQ iqRequest)
-
getMode
IQRequestHandler.Mode getMode()
-
getElement
String getElement()
-
getNamespace
String getNamespace()
-
-