Uses of Class
rocks.xmpp.core.stanza.model.Stanza
-
Packages that use Stanza Package Description rocks.xmpp.core.session Provides classes related to an XMPP session.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.component.accept.model Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.rocks.xmpp.extensions.delay.model Provides XML schema implementations of XEP-0203: Delayed Delivery.rocks.xmpp.extensions.forward.model Provides XML schema implementations of XEP-0297: Stanza Forwarding.rocks.xmpp.extensions.sm Provides classes for XEP-0198: Stream Management. -
-
Uses of Stanza in rocks.xmpp.core.session
Classes in rocks.xmpp.core.session with type parameters of type Stanza Modifier and Type Class Description classSendTask<S extends Stanza>A send task is the result of a send action and allows to keep track of the sent stanza.Methods in rocks.xmpp.core.session that return types with arguments of type Stanza Modifier and Type Method Description Queue<Stanza>XmppSession. getUnacknowledgedStanzas()Methods in rocks.xmpp.core.session with parameters of type Stanza Modifier and Type Method Description voidXmppSession. markAcknowledged(Stanza acknowledgedStanza)Marks a stanza as acknowledged. -
Uses of Stanza in rocks.xmpp.core.stanza.model
Subclasses of Stanza in rocks.xmpp.core.stanza.model Modifier and Type Class Description classExtensibleStanzaA stanza which is extensible (can have more than one extension), i.e.classIQThe implementation of the<iq/>stanza.classMessageThe implementation of the<message/>element.classPresenceThe implementation of the<presence/>element.Methods in rocks.xmpp.core.stanza.model that return Stanza Modifier and Type Method Description abstract StanzaStanza. createError(Condition condition)Creates an error response for this stanza.abstract StanzaStanza. createError(StanzaError error)Creates an error response for this stanza.StanzaStanzaErrorException. getStanza()Gets the stanza, which includes the error.Methods in rocks.xmpp.core.stanza.model with parameters of type Stanza Modifier and Type Method Description static booleanStanza. isToItselfOrServer(Stanza stanza, CharSequence domain, Jid connectedResource)Checks if a stanza is addressed either to itself or to the server.Constructors in rocks.xmpp.core.stanza.model with parameters of type Stanza Constructor Description StanzaErrorException(Stanza stanza)Constructs a stanza exception. -
Uses of Stanza in rocks.xmpp.core.stanza.model.client
Subclasses of Stanza in rocks.xmpp.core.stanza.model.client Modifier and Type Class Description classClientIQThe implementation of the<iq/>element in thejabber:clientnamespace.classClientMessageThe implementation of the<message/>element in thejabber:clientnamespace.classClientPresenceThe implementation of the<presence/>element in thejabber:clientnamespace. -
Uses of Stanza in rocks.xmpp.core.stanza.model.server
Subclasses of Stanza in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description classServerIQThe implementation of the<iq/>element in thejabber:servernamespace.classServerMessageThe implementation of the<message/>element in thejabber:servernamespace.classServerPresenceThe implementation of the<presence/>element in thejabber:servernamespace. -
Uses of Stanza in rocks.xmpp.extensions.component.accept.model
Subclasses of Stanza in rocks.xmpp.extensions.component.accept.model Modifier and Type Class Description classComponentIQThe implementation of the<iq/>element in thejabber:component:acceptnamespace.classComponentMessageThe implementation of the<message/>element in thejabber:component:acceptnamespace.classComponentPresenceThe implementation of the<presence/>element in thejabber:component:acceptnamespace. -
Uses of Stanza in rocks.xmpp.extensions.delay.model
Methods in rocks.xmpp.extensions.delay.model with parameters of type Stanza Modifier and Type Method Description static InstantDelayedDelivery. sendDate(Stanza stanza)Gets the original send date of a stanza, i.e. -
Uses of Stanza in rocks.xmpp.extensions.forward.model
Methods in rocks.xmpp.extensions.forward.model that return Stanza Modifier and Type Method Description StanzaForwarded. getStanza()Gets the forwarded stanza.Constructors in rocks.xmpp.extensions.forward.model with parameters of type Stanza Constructor Description Forwarded(Stanza stanza)Creates a forwarded element.Forwarded(Stanza stanza, DelayedDelivery delayedDelivery)Creates a forwarded element. -
Uses of Stanza in rocks.xmpp.extensions.sm
Methods in rocks.xmpp.extensions.sm that return types with arguments of type Stanza Modifier and Type Method Description static Predicate<Stanza>RequestStrategies. forEachMessage()Requests an ack for each message.static Predicate<Stanza>RequestStrategies. forEachMessageOrEveryXStanzas(int x)Requests an acknowledgement for each message and at the latest after X non-message stanzas (presence or IQ).static Predicate<Stanza>RequestStrategies. forEveryXStanzas(int x)Requests an ack for every X stanzas.Predicate<Stanza>AbstractStreamManager. getRequestStrategy()Gets the request strategy.Methods in rocks.xmpp.extensions.sm with parameters of type Stanza Modifier and Type Method Description voidAbstractStreamManager. markUnacknowledged(Stanza stanza)Marks a stanza as unacknowledged.Method parameters in rocks.xmpp.extensions.sm with type arguments of type Stanza Modifier and Type Method Description voidAbstractStreamManager. setRequestStrategy(Predicate<Stanza> requestStrategy)Sets the request strategy.
-