|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpVerbWithoutPayload | |
|---|---|
| com.stackmob.sdk.api | |
| com.stackmob.sdk.net | |
| Uses of HttpVerbWithoutPayload in com.stackmob.sdk.api |
|---|
| Constructors in com.stackmob.sdk.api with parameters of type HttpVerbWithoutPayload | |
|---|---|
StackMobRequestWithoutPayload(ExecutorService executor,
StackMobSession session,
HttpVerbWithoutPayload verb,
Map<String,String> headers,
Map<String,String> params,
String method,
StackMobCallback cb,
StackMobRedirectedCallback redirCb)
|
|
StackMobRequestWithoutPayload(ExecutorService executor,
StackMobSession session,
HttpVerbWithoutPayload verb,
String method,
StackMobCallback cb,
StackMobRedirectedCallback redirCb)
|
|
| Uses of HttpVerbWithoutPayload in com.stackmob.sdk.net |
|---|
| Methods in com.stackmob.sdk.net that return HttpVerbWithoutPayload | |
|---|---|
static HttpVerbWithoutPayload |
HttpVerbWithoutPayload.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpVerbWithoutPayload[] |
HttpVerbWithoutPayload.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||