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