|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestInitializer | |
|---|---|
| com.google.api.client.auth.oauth | OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). |
| com.google.api.client.auth.oauth2.draft10 | OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). |
| 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.auth.oauth |
|---|
| Classes in com.google.api.client.auth.oauth that implement HttpRequestInitializer | |
|---|---|
class |
OAuthParameters
OAuth 1.0a parameter manager. |
| Uses of HttpRequestInitializer in com.google.api.client.auth.oauth2.draft10 |
|---|
| Classes in com.google.api.client.auth.oauth2.draft10 that implement HttpRequestInitializer | |
|---|---|
class |
AccessProtectedResource
Thread-safe OAuth 2.0 (draft 10) method for specifying and refreshing the access token parameter as a request parameter as specified in Accessing a Protected Resource. |
| Uses of HttpRequestInitializer in com.google.api.client.http |
|---|
| Fields in com.google.api.client.http declared as HttpRequestInitializer | |
|---|---|
HttpRequestInitializer |
HttpRequestFactory.initializer
HTTP request initializer or null for none. |
| Methods in com.google.api.client.http with parameters of type HttpRequestInitializer | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||