Uses of Class
com.stackmob.sdk.net.HttpVerbWithPayload

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, Map<String,String> headers, Map<String,String> params, Object requestObject, String method, StackMobCallback cb, StackMobRedirectedCallback redirCb)
           
StackMobRequestWithPayload(ExecutorService executor, StackMobSession session, HttpVerbWithPayload verb, String method, StackMobCallback 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.
 



Copyright © 2011 StackMob. All Rights Reserved.