Package | Description |
---|---|
org.jivesoftware.smackx.hoxt.packet |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
HttpOverXmppReq.Req.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.
|
Constructor and Description |
---|
HttpOverXmppReq.Req(HttpMethod method,
String resource)
Creates this object.
|