Uses of Interface
com.stackmob.sdk.net.HttpVerb

Packages that use HttpVerb
com.stackmob.sdk.api   
com.stackmob.sdk.net   
 

Uses of HttpVerb in com.stackmob.sdk.api
 

Fields in com.stackmob.sdk.api declared as HttpVerb
protected  HttpVerb StackMobRequest.httpVerb
           
 

Constructors in com.stackmob.sdk.api with parameters of type HttpVerb
StackMobRequest(ExecutorService executor, StackMobSession session, HttpVerb verb, Map<String,String> headers, Map<String,String> params, String method, StackMobCallback cb, StackMobRedirectedCallback redirCb)
           
 

Uses of HttpVerb in com.stackmob.sdk.net
 

Classes in com.stackmob.sdk.net that implement HttpVerb
 class HttpVerbWithoutPayload
           
 class HttpVerbWithPayload
           
 

Methods in com.stackmob.sdk.net that return HttpVerb
static HttpVerb HttpVerbHelper.valueOf(String s)
           
 



Copyright © 2011 StackMob. All Rights Reserved.