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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BasicAuthentication |
Basic authentication HTTP request initializer as specified in Basic Authentication Scheme
|
Modifier and Type | Method | Description |
---|---|---|
HttpRequestInitializer |
HttpRequestFactory.getInitializer() |
Returns the HTTP request initializer or
null for none. |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright © 2011–2019 Google. All rights reserved.