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

Packages that use HttpUnsuccessfulResponseHandler
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.http
 

Fields in com.google.api.client.http declared as HttpUnsuccessfulResponseHandler
 HttpUnsuccessfulResponseHandler HttpRequest.unsuccessfulResponseHandler
          Deprecated. (scheduled to be made private in 1.6) Use HttpRequest.getUnsuccessfulResponseHandler() or HttpRequest.setUnsuccessfulResponseHandler(com.google.api.client.http.HttpUnsuccessfulResponseHandler)
 

Methods in com.google.api.client.http that return HttpUnsuccessfulResponseHandler
 HttpUnsuccessfulResponseHandler HttpRequest.getUnsuccessfulResponseHandler()
          Returns the HTTP unsuccessful (non-2XX) response handler or null for none.
 

Methods in com.google.api.client.http with parameters of type HttpUnsuccessfulResponseHandler
 HttpRequest HttpRequest.setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler unsuccessfulResponseHandler)
          Returns the HTTP unsuccessful (non-2XX) response handler or null for none.
 



Copyright © 2011 Google. All Rights Reserved.