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
 

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 HttpResponseException.getHeaders()
          Returns the HTTP response headers.
 HttpHeaders HttpResponse.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
 HttpRequest HttpRequest.setHeaders(HttpHeaders headers)
          Sets the HTTP request headers.
 HttpRequest HttpRequest.setResponseHeaders(HttpHeaders responseHeaders)
          Sets the HTTP response headers.
 



Copyright © 2011-2012 Google. All Rights Reserved.