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

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, List<Map.Entry<String,String>> headers, Map<String,String> params, String method, StackMobRawCallback cb, StackMobRedirectedCallback redirCb)
           
StackMobRequestWithoutPayload(ExecutorService executor, StackMobSession session, HttpVerbWithoutPayload verb, 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(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.
 



Copyright © 2012 StackMob. All Rights Reserved.