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

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

Methods in com.google.api.client.http that return HttpRequestFactory
 HttpRequestFactory HttpTransport.createRequestFactory()
          Returns a new instance of an HTTP request factory based on this HTTP transport.
 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.
 

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

Methods in com.google.api.client.http.json that return HttpRequestFactory
 HttpRequestFactory JsonHttpClient.getRequestFactory()
          Returns the HTTP request factory.
 



Copyright © 2011 Google. All Rights Reserved.