Uses of Enum
org.jivesoftware.smackx.hoxt.packet.HttpMethod
Packages that use HttpMethod
Package
Description
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 HttpMethodModifier and TypeMethodDescriptionHttpOverXmppReq.getMethod()Returns method attribute.static HttpMethodReturns 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 HttpMethodModifier and TypeMethodDescriptionHttpOverXmppReq.Builder.setMethod(HttpMethod method) Sets method attribute.