Uses of Class
com.google.api.client.http.HttpRequestFactory
Packages that use HttpRequestFactory
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of HttpRequestFactory in com.google.api.client.http
Methods in com.google.api.client.http that return HttpRequestFactoryModifier and TypeMethodDescriptionfinal HttpRequestFactory
HttpTransport.createRequestFactory()
Returns a new instance of an HTTP request factory based on this HTTP transport.final 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.