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
com.google.api.client.testing.http Testing utilities used for writing tests based on this library. 
 

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

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.
 

Uses of HttpUnsuccessfulResponseHandler in com.google.api.client.testing.http
 

Classes in com.google.api.client.testing.http that implement HttpUnsuccessfulResponseHandler
 class MockHttpUnsuccessfulResponseHandler
          Mock for HttpUnsuccessfulResponseHandler.
 



Copyright © 2011-2012 Google. All Rights Reserved.