Uses of Class
com.google.api.client.http.HttpHeaders

Packages that use HttpHeaders
com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library. 
 

Uses of HttpHeaders in com.google.api.client.http
 

Methods in com.google.api.client.http that return HttpHeaders
 HttpHeaders HttpHeaders.clone()
           
 HttpHeaders HttpRequest.getHeaders()
          Returns the HTTP request headers.
 HttpHeaders HttpResponse.getHeaders()
          Returns the HTTP response headers.
 HttpHeaders HttpResponseException.getHeaders()
          Returns the HTTP response headers.
 HttpHeaders HttpRequest.getResponseHeaders()
          Returns the HTTP response headers.
 

Methods in com.google.api.client.http with parameters of type HttpHeaders
 void HttpHeaders.fromHttpHeaders(HttpHeaders headers)
          Puts all headers of the HttpHeaders object into this HttpHeaders object.
static void HttpHeaders.serializeHeaders(HttpHeaders headers, StringBuilder logbuf, Logger logger, LowLevelHttpRequest lowLevelHttpRequest)
          Serializes headers to an @{link LowLevelHttpRequest}.
static void HttpHeaders.serializeHeadersForMultipartRequests(HttpHeaders headers, StringBuilder logbuf, Logger logger, Writer writer)
          Serializes headers to an Writer for Multi-part requests.
 HttpRequest HttpRequest.setHeaders(HttpHeaders headers)
          Sets the HTTP request headers.
 HttpRequest HttpRequest.setResponseHeaders(HttpHeaders responseHeaders)
          Sets the HTTP response headers.
 

Uses of HttpHeaders in com.google.api.client.http.json
 

Methods in com.google.api.client.http.json that return HttpHeaders
 HttpHeaders JsonHttpRequest.getLastResponseHeaders()
          Gets the HTTP headers of the last response or null for none.
 HttpHeaders JsonHttpRequest.getRequestHeaders()
          Gets the HTTP headers used for the JSON HTTP request.
 

Methods in com.google.api.client.http.json with parameters of type HttpHeaders
 JsonHttpRequest JsonHttpRequest.setRequestHeaders(HttpHeaders headers)
          Sets the HTTP headers used for the JSON HTTP request.
 



Copyright © 2011-2012 Google. All Rights Reserved.