Uses of Interface
com.google.api.client.http.HttpRequestInitializer

Packages that use HttpRequestInitializer
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 HttpRequestInitializer in com.google.api.client.http
 

Fields in com.google.api.client.http declared as HttpRequestInitializer
 HttpRequestInitializer HttpRequestFactory.initializer
          Deprecated. (scheduled to be made private in 1.6) Use HttpRequestFactory.getInitializer()
 

Methods in com.google.api.client.http that return HttpRequestInitializer
 HttpRequestInitializer HttpRequestFactory.getInitializer()
          Returns the HTTP request initializer or null for none.
 

Methods in com.google.api.client.http with parameters of type HttpRequestInitializer
 HttpRequestFactory HttpTransport.createRequestFactory(HttpRequestInitializer initializer)
          Returns a new instance of an HTTP request factory based on this HTTP transport with the given HTTP request initializer.
 



Copyright © 2011 Google. All Rights Reserved.