Uses of Class
rocks.xmpp.extensions.httpbind.model.Body.Condition
-
Packages that use Body.Condition Package Description rocks.xmpp.extensions.httpbind Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.rocks.xmpp.extensions.httpbind.model Provides XML schema implementations of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH. -
-
Uses of Body.Condition in rocks.xmpp.extensions.httpbind
Methods in rocks.xmpp.extensions.httpbind that return Body.Condition Modifier and Type Method Description Body.Condition
BoshException. getCondition()
Gets the BOSH error condition. -
Uses of Body.Condition in rocks.xmpp.extensions.httpbind.model
Methods in rocks.xmpp.extensions.httpbind.model that return Body.Condition Modifier and Type Method Description Body.Condition
Body. getCondition()
Gets a terminal binding condition.static Body.Condition
Body.Condition. valueOf(String name)
Returns the enum constant of this type with the specified name.static Body.Condition[]
Body.Condition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.extensions.httpbind.model with parameters of type Body.Condition Modifier and Type Method Description Body.Builder
Body.Builder. condition(Body.Condition condition)
Sets the 'condition' attribute of the body.
-