Uses of Class
com.stackmob.sdkapi.http.Header

Packages that use Header
com.stackmob.sdkapi.http.request   
com.stackmob.sdkapi.http.response   
 

Uses of Header in com.stackmob.sdkapi.http.request
 

Fields in com.stackmob.sdkapi.http.request with type parameters of type Header
protected static Set<Header> HttpRequest.EmptyHeaders
           
 

Methods in com.stackmob.sdkapi.http.request that return types with arguments of type Header
 Set<Header> HttpRequest.getHeaders()
           
 

Constructor parameters in com.stackmob.sdkapi.http.request with type arguments of type Header
DeleteRequest(String url, Set<Header> headers)
           
GetRequest(String url, Set<Header> headers)
           
HttpRequest(String url, Set<Header> headers)
           
HttpRequestWithBody(String url, Set<Header> headers, String body)
           
HttpRequestWithoutBody(String url, Set<Header> headers)
           
PostRequest(String url, Set<Header> headers, String body)
           
PutRequest(String url, Set<Header> headers, String body)
           
 

Uses of Header in com.stackmob.sdkapi.http.response
 

Methods in com.stackmob.sdkapi.http.response that return types with arguments of type Header
 Set<Header> HttpResponse.getHeaders()
          get the response headers
 

Constructor parameters in com.stackmob.sdkapi.http.response with type arguments of type Header
HttpResponse(Integer code, Set<Header> headers, String body)
          create a new HTTP response
 



Copyright © 2012 StackMob. All Rights Reserved.