Uses of Enum
org.jivesoftware.smackx.hoxt.packet.HttpMethod
Package
Description
Stanzas and extension elements for XEP-0332: HTTP over XMPP transport.
-
Uses of HttpMethod in org.jivesoftware.smackx.hoxt.packet
Modifier and TypeMethodDescriptionHttpOverXmppReq.getMethod()
Returns method attribute.static HttpMethod
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionHttpOverXmppReq.Builder.setMethod
(HttpMethod method) Sets method attribute.