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

Packages that use HttpUnsuccessfulResponseHandler
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 HttpUnsuccessfulResponseHandler in com.google.api.client.auth.oauth2.draft10
 

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

Fields in com.google.api.client.http declared as HttpUnsuccessfulResponseHandler
 HttpUnsuccessfulResponseHandler HttpRequest.unsuccessfulResponseHandler
          HTTP unsuccessful (non-2XX) response handler.
 



Copyright © 2010-2011 Google. All Rights Reserved.