Uses of Interface
com.google.api.client.http.HttpRequestInitializer
Packages that use HttpRequestInitializer
Package
Description
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
Classes in com.google.api.client.http that implement HttpRequestInitializerModifier and TypeClassDescriptionfinal classBasic authentication HTTP request initializer as specified in Basic Authentication SchemeMethods in com.google.api.client.http that return HttpRequestInitializerModifier and TypeMethodDescriptionHttpRequestFactory.getInitializer()Returns the HTTP request initializer ornullfor none.Methods in com.google.api.client.http with parameters of type HttpRequestInitializerModifier and TypeMethodDescriptionfinal HttpRequestFactoryHttpTransport.createRequestFactory(HttpRequestInitializer initializer) Returns a new instance of an HTTP request factory based on this HTTP transport with the given HTTP request initializer.