Uses of Interface
com.google.api.client.http.HttpExecuteInterceptor

Packages that use HttpExecuteInterceptor
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 HttpExecuteInterceptor in com.google.api.client.auth.oauth
 

Classes in com.google.api.client.auth.oauth that implement HttpExecuteInterceptor
 class OAuthParameters
          OAuth 1.0a parameter manager.
 

Uses of HttpExecuteInterceptor in com.google.api.client.auth.oauth2.draft10
 

Classes in com.google.api.client.auth.oauth2.draft10 that implement HttpExecuteInterceptor
 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 HttpExecuteInterceptor in com.google.api.client.http
 

Fields in com.google.api.client.http declared as HttpExecuteInterceptor
 HttpExecuteInterceptor HttpRequest.interceptor
          HTTP request execute interceptor to intercept the start of HttpRequest.execute() (before executing the HTTP request) or null for none.
 



Copyright © 2010-2011 Google. All Rights Reserved.