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

Packages that use HttpVerb
com.stackmob.sdk.api   
com.stackmob.sdk.callback   
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
           
 

Methods in com.stackmob.sdk.api that return HttpVerb
protected static HttpVerb StackMobRequest.getRequestVerb(org.scribe.model.OAuthRequest req)
           
 

Methods in com.stackmob.sdk.api with parameters of type HttpVerb
protected  org.scribe.model.OAuthRequest StackMobRequest.getOAuthRequest(HttpVerb method, String url)
           
protected  org.scribe.model.OAuthRequest StackMobRequest.getOAuthRequest(HttpVerb method, String url, String payload)
           
 

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

Uses of HttpVerb in com.stackmob.sdk.callback
 

Methods in com.stackmob.sdk.callback with parameters of type HttpVerb
abstract  void StackMobRawCallback.done(HttpVerb requestVerb, String requestURL, List<Map.Entry<String,String>> requestHeaders, String requestBody, Integer responseStatusCode, List<Map.Entry<String,String>> responseHeaders, byte[] responseBody)
          the method that will be called when the call to StackMob is complete.
 void StackMobCallback.done(HttpVerb requestVerb, String requestURL, List<Map.Entry<String,String>> requestHeaders, String requestBody, Integer responseStatusCode, List<Map.Entry<String,String>> responseHeaders, byte[] responseBody)
           
 

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 © 2012 StackMob. All Rights Reserved.