Uses of Class
rocks.xmpp.core.stanza.model.errors.Condition
-
Packages that use Condition Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.errors Provides XML schema implementations of the Stanza Error Namespace.rocks.xmpp.extensions.sm.model Provides XML schema implementations of XEP-0198: Stream Management. -
-
Uses of Condition in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return Condition Modifier and Type Method Description ConditionStanzaError. getCondition()Gets the defined error condition orUNDEFINED_CONDITIONif the condition is unknown.ConditionStanzaErrorException. getCondition()Gets the defined error condition.Methods in rocks.xmpp.core.stanza.model with parameters of type Condition Modifier and Type Method Description IQIQ. createError(Condition condition)MessageMessage. createError(Condition condition)PresencePresence. createError(Condition condition)abstract StanzaStanza. createError(Condition condition)Creates an error response for this stanza.Constructors in rocks.xmpp.core.stanza.model with parameters of type Condition Constructor Description StanzaError(Condition condition)Creates an error with a given condition.StanzaError(Condition condition, Object extension)Creates an error with a given condition and extension.StanzaError(Condition condition, String text)Creates an error with a given condition and text.StanzaError(StanzaError.Type type, Condition condition)Creates an error with a given error type and a condition.StanzaError(StanzaError.Type type, Condition condition, String text)Creates an error with a given error type and a condition.StanzaError(StanzaError.Type type, Condition condition, String text, Locale language, Object extension, Jid by)Creates a stanza error with all possible values. -
Uses of Condition in rocks.xmpp.core.stanza.model.errors
Subclasses of Condition in rocks.xmpp.core.stanza.model.errors Modifier and Type Class Description classGoneThe implementation of the<gone/>stanza error.classRedirectThe implementation of the<redirect/>stanza error.Fields in rocks.xmpp.core.stanza.model.errors declared as Condition Modifier and Type Field Description static ConditionCondition. BAD_REQUESTThe implementation of the<bad-request/>stanza error.static ConditionCondition. CONFLICTThe implementation of the<conflict/>stanza error.static ConditionCondition. FEATURE_NOT_IMPLEMENTEDThe implementation of the<feature-not-implemented/>stanza error.static ConditionCondition. FORBIDDENThe implementation of the<forbidden/>stanza error.static ConditionCondition. INTERNAL_SERVER_ERRORThe implementation of the<internal-server-error/>stanza error.static ConditionCondition. ITEM_NOT_FOUNDThe implementation of the<item-not-found/>stanza error.static ConditionCondition. JID_MALFORMEDThe implementation of the<jid-malformed/>stanza error.static ConditionCondition. NOT_ACCEPTABLEThe implementation of the<not-acceptable/>stanza error.static ConditionCondition. NOT_ALLOWEDThe implementation of the<not-allowed/>stanza error.static ConditionCondition. NOT_AUTHORIZEDThe implementation of the<not-authorized/>stanza error.static ConditionCondition. POLICY_VIOLATIONThe implementation of the<policy-violation/>stanza error.static ConditionCondition. RECIPIENT_UNAVAILABLEThe implementation of the<recipient-unavailable/>stanza error.static ConditionCondition. REGISTRATION_REQUIREDThe implementation of the<registration-required/>stanza error.static ConditionCondition. REMOTE_SERVER_NOT_FOUNDThe implementation of the<remote-server-not-found/>stanza error.static ConditionCondition. REMOTE_SERVER_TIMEOUTThe implementation of the<remote-server-timeout/>stanza error.static ConditionCondition. RESOURCE_CONSTRAINTThe implementation of the<resource-constraint/>stanza error.static ConditionCondition. SERVICE_UNAVAILABLEThe implementation of the<service-unavailable/>stanza error.static ConditionCondition. SUBSCRIPTION_REQUIREDThe implementation of the<subscription-required/>stanza error.static ConditionCondition. UNDEFINED_CONDITIONThe implementation of the<undefined-condition/>stanza error.static ConditionCondition. UNEXPECTED_REQUESTThe implementation of the<unexpected-request/>stanza error.Methods in rocks.xmpp.core.stanza.model.errors with parameters of type Condition Modifier and Type Method Description static StanzaError.TypeCondition. getErrorTypeByCondition(Condition condition)Gets the associated stanza error type for a condition. -
Uses of Condition in rocks.xmpp.extensions.sm.model
Methods in rocks.xmpp.extensions.sm.model that return Condition Modifier and Type Method Description ConditionStreamManagement.Failed. getError()Gets the stanza error.Constructors in rocks.xmpp.extensions.sm.model with parameters of type Condition Constructor Description Failed(Condition stanzaError)Failed(Condition stanzaError, Long h)
-