|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethod | |
---|---|
ccc.client.core |
Uses of HttpMethod in ccc.client.core |
---|
Methods in ccc.client.core that return HttpMethod | |
---|---|
HttpMethod |
Request.getMethod()
Accessor. |
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. |
Constructors in ccc.client.core with parameters of type HttpMethod | |
---|---|
RemotingAction(java.lang.String actionName,
HttpMethod method)
Constructor. |
|
Request(HttpMethod method,
java.lang.String path,
java.lang.String body,
ResponseHandler callback)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |