|
||||||||||
| 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(java.util.concurrent.ExecutorService executor,
StackMobSession session,
HttpVerbWithoutPayload verb,
java.util.List<java.util.Map.Entry<java.lang.String,java.lang.String>> headers,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String method,
StackMobRawCallback cb,
StackMobRedirectedCallback redirCb)
|
|
StackMobRequestWithoutPayload(java.util.concurrent.ExecutorService executor,
StackMobSession session,
HttpVerbWithoutPayload verb,
java.lang.String method,
StackMobRawCallback cb,
StackMobRedirectedCallback redirCb)
|
|
| Uses of HttpVerbWithoutPayload in com.stackmob.sdk.net |
|---|
| Methods in com.stackmob.sdk.net that return HttpVerbWithoutPayload | |
|---|---|
static HttpVerbWithoutPayload |
HttpVerbWithoutPayload.valueOf(java.lang.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 | |||||||||