Uses of Class
org.jivesoftware.smackx.hoxt.packet.HttpMethod
-
Packages that use HttpMethod Package Description org.jivesoftware.smackx.hoxt.packet Stanzas and extension elements for XEP-0332: HTTP over XMPP transport. -
-
Uses of HttpMethod in org.jivesoftware.smackx.hoxt.packet
Methods in org.jivesoftware.smackx.hoxt.packet that return HttpMethod Modifier and Type Method Description HttpMethod
HttpOverXmppReq. getMethod()
Returns method attribute.static HttpMethod
HttpMethod. valueOf(java.lang.String name)
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.Methods in org.jivesoftware.smackx.hoxt.packet with parameters of type HttpMethod Modifier and Type Method Description HttpOverXmppReq.Builder
HttpOverXmppReq.Builder. setMethod(HttpMethod method)
Sets method attribute.
-