public interface IqView extends StanzaView
| Modifier and Type | Method and Description |
|---|---|
IQ.Type |
getType()
Returns the type of the IQ packet.
|
default boolean |
isRequestIQ()
Return true if this IQ is a request IQ, i.e.
|
default boolean |
isResponseIQ()
Return true if this IQ is a request, i.e.
|
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtensiongetLanguageIQ.Type getType()
default boolean isRequestIQ()
IQ.Type.get or IQ.Type.set.default boolean isResponseIQ()
IQ.Type.result or IQ.Type.error.