Uses of Class
com.stackmob.sdkapi.http.response.HttpResponse

Packages that use HttpResponse
com.stackmob.sdkapi.http   
 

Uses of HttpResponse in com.stackmob.sdkapi.http
 

Methods in com.stackmob.sdkapi.http that return HttpResponse
abstract  HttpResponse HttpService.delete(DeleteRequest req)
          execute a DELETE request
abstract  HttpResponse HttpService.get(GetRequest req)
          execute a GET request
abstract  HttpResponse HttpService.post(PostRequest req)
          execute a POST request
abstract  HttpResponse HttpService.put(PutRequest req)
          execute a PUT request
 

Methods in com.stackmob.sdkapi.http that return types with arguments of type HttpResponse
abstract  Future<HttpResponse> HttpService.deleteAsync(DeleteRequest req)
          execute a DELETE request in the background
abstract  Future<HttpResponse> HttpService.getAsync(GetRequest req)
          execute a GET request in the background
abstract  Future<HttpResponse> HttpService.postAsync(PostRequest req)
          execute a POST request in the background
abstract  Future<HttpResponse> HttpService.putAsync(PutRequest req)
          execute a PUT request in the background
 



Copyright © 2012 StackMob. All Rights Reserved.