Uses of Class
com.google.api.client.http.HttpRequestFactory
-
Packages that use HttpRequestFactory Package Description 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 HttpRequestFactory in com.google.api.client.http
Methods in com.google.api.client.http that return HttpRequestFactory Modifier and Type Method Description 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.
-