Uses of Interface
com.google.api.client.http.HttpRequestInitializer
-
Packages that use HttpRequestInitializer 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 HttpRequestInitializer in com.google.api.client.http
Classes in com.google.api.client.http that implement HttpRequestInitializer Modifier and Type Class Description classBasicAuthenticationBasic authentication HTTP request initializer as specified in Basic Authentication SchemeFields in com.google.api.client.http declared as HttpRequestInitializer Modifier and Type Field Description private HttpRequestInitializerHttpRequestFactory. initializerHTTP request initializer ornullfor none.Methods in com.google.api.client.http that return HttpRequestInitializer Modifier and Type Method Description HttpRequestInitializerHttpRequestFactory. getInitializer()Returns the HTTP request initializer ornullfor none.Methods in com.google.api.client.http with parameters of type HttpRequestInitializer Modifier and Type Method Description HttpRequestFactoryHttpTransport. createRequestFactory(HttpRequestInitializer initializer)Returns a new instance of an HTTP request factory based on this HTTP transport with the given HTTP request initializer.Constructors in com.google.api.client.http with parameters of type HttpRequestInitializer Constructor Description HttpRequestFactory(HttpTransport transport, HttpRequestInitializer initializer)
-