|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpVerb | |
|---|---|
| com.stackmob.sdk.api | |
| com.stackmob.sdk.net | |
| Uses of HttpVerb in com.stackmob.sdk.api |
|---|
| Fields in com.stackmob.sdk.api declared as HttpVerb | |
|---|---|
protected HttpVerb |
StackMobRequest.httpMethod
|
| Constructors in com.stackmob.sdk.api with parameters of type HttpVerb | |
|---|---|
StackMobRequest(ExecutorService executor,
StackMobSession session,
String method,
HttpVerb verb,
Object requestObject,
StackMobCallback callback,
StackMobRedirectedCallback redirCB)
|
|
StackMobRequest(ExecutorService executor,
StackMobSession session,
String method,
HttpVerb verb,
StackMobCallback callback,
StackMobRedirectedCallback redirCB)
|
|
| Uses of HttpVerb in com.stackmob.sdk.net |
|---|
| Methods in com.stackmob.sdk.net that return HttpVerb | |
|---|---|
static HttpVerb |
HttpVerb.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpVerb[] |
HttpVerb.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||