Package | Description |
---|---|
org.jivesoftware.smackx.hoxt.packet |
Stanzas and extension elements for XEP-0332: HTTP over XMPP transport.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
HttpOverXmppReq.getMethod()
Returns method attribute.
|
static HttpMethod |
HttpMethod.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
HttpOverXmppReq.Builder |
HttpOverXmppReq.Builder.setMethod(HttpMethod method)
Sets method attribute.
|