Uses of Class
rocks.xmpp.extensions.httpbind.model.Body.Type
-
Packages that use Body.Type Package Description 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.Type in rocks.xmpp.extensions.httpbind.model
Methods in rocks.xmpp.extensions.httpbind.model that return Body.Type Modifier and Type Method Description Body.TypeBody. getType()The type of the body.static Body.TypeBody.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Body.Type[]Body.Type. 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.Type Modifier and Type Method Description Body.BuilderBody.Builder. type(Body.Type type)Sets the 'type' attribute of the body.
-