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
 

Fields in com.google.api.client.http declared as HttpHeaders
 HttpHeaders HttpResponse.headers
          Deprecated. (scheduled to be made private in 1.6) Use HttpResponse.getHeaders()
 HttpHeaders HttpRequest.headers
          Deprecated. (scheduled to be made private in 1.6) Use HttpRequest.getHeaders() or HttpRequest.setHeaders(com.google.api.client.http.HttpHeaders)
 HttpHeaders HttpRequest.responseHeaders
          Deprecated. (scheduled to be made private in 1.6) Use HttpRequest.getResponseHeaders() or HttpRequest.setResponseHeaders(com.google.api.client.http.HttpHeaders)
 

Methods in com.google.api.client.http that return HttpHeaders
 HttpHeaders HttpHeaders.clone()
           
 HttpHeaders HttpResponse.getHeaders()
          Returns the HTTP response headers.
 HttpHeaders HttpRequest.getHeaders()
          Returns the HTTP request 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 Google. All Rights Reserved.