Uses of Class
rocks.xmpp.core.stanza.model.IQ
-
Packages that use IQ Package Description rocks.xmpp.core.stanza Provides classes for XML stanza management (message, presence, IQ).rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.client rocks.xmpp.core.stanza.model.server rocks.xmpp.extensions.disco Provides classes for XEP-0030: Service Discovery. -
-
Uses of IQ in rocks.xmpp.core.stanza
Methods in rocks.xmpp.core.stanza that return IQ Modifier and Type Method Description IQIQEvent. getIQ()Gets the IQ stanza.IQAbstractIQHandler. handleRequest(IQ iq)IQIQHandler. handleRequest(IQ iq)Methods in rocks.xmpp.core.stanza with parameters of type IQ Modifier and Type Method Description IQAbstractIQHandler. handleRequest(IQ iq)IQIQHandler. handleRequest(IQ iq)Constructors in rocks.xmpp.core.stanza with parameters of type IQ Constructor Description IQEvent(Object source, IQ iq, boolean inbound)Constructs an IQ event. -
Uses of IQ in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return IQ Modifier and Type Method Description IQIQ. createError(Condition condition)IQIQ. createError(StanzaError error)IQIQ. createError(StanzaError error, boolean includeOriginal)Creates an error response for this stanza.IQIQ. createResult()Creates a result IQ stanza, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.IQIQ. createResult(Object extension)Creates a result IQ stanza with a payload, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.static IQIQ. get(Object extension)Creates an IQ of type 'get' with a random id.static IQIQ. get(Jid to, Object extension)Creates an IQ of type 'get' with a random id.static IQIQ. set(Object extension)Creates an IQ of type 'set' with a random id.static IQIQ. set(Jid to, Object extension)Creates an IQ of type 'set' with a random id. -
Uses of IQ in rocks.xmpp.core.stanza.model.client
Subclasses of IQ in rocks.xmpp.core.stanza.model.client Modifier and Type Class Description classClientIQThe implementation of the<iq/>element in thejabber:clientnamespace.Methods in rocks.xmpp.core.stanza.model.client with parameters of type IQ Modifier and Type Method Description static ClientIQClientIQ. from(IQ iq)Creates an IQ for thejabber:clientnamespace from a generic IQ. -
Uses of IQ in rocks.xmpp.core.stanza.model.server
Subclasses of IQ in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description classServerIQThe implementation of the<iq/>element in thejabber:servernamespace.Methods in rocks.xmpp.core.stanza.model.server with parameters of type IQ Modifier and Type Method Description static ServerIQServerIQ. from(IQ iq)Creates an IQ for thejabber:servernamespace from a generic IQ. -
Uses of IQ in rocks.xmpp.extensions.disco
Methods in rocks.xmpp.extensions.disco that return IQ Modifier and Type Method Description IQAbstractServiceDiscoveryManager. handleRequest(IQ iq)Methods in rocks.xmpp.extensions.disco with parameters of type IQ Modifier and Type Method Description IQAbstractServiceDiscoveryManager. handleRequest(IQ iq)
-