Uses of Interface
com.google.api.client.http.HttpUnsuccessfulResponseHandler
-
Packages that use HttpUnsuccessfulResponseHandler Package Description 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 Beta
Testing utilities used for writing tests based on this library. -
-
Uses of HttpUnsuccessfulResponseHandler in com.google.api.client.http
Classes in com.google.api.client.http that implement HttpUnsuccessfulResponseHandler Modifier and Type Class Description classHttpBackOffUnsuccessfulResponseHandlerFields in com.google.api.client.http declared as HttpUnsuccessfulResponseHandler Modifier and Type Field Description private HttpUnsuccessfulResponseHandlerHttpRequest. unsuccessfulResponseHandlerHTTP unsuccessful (non-2XX) response handler ornullfor none.Methods in com.google.api.client.http that return HttpUnsuccessfulResponseHandler Modifier and Type Method Description HttpUnsuccessfulResponseHandlerHttpRequest. getUnsuccessfulResponseHandler()Returns the HTTP unsuccessful (non-2XX) response handler ornullfor none.Methods in com.google.api.client.http with parameters of type HttpUnsuccessfulResponseHandler Modifier and Type Method Description HttpRequestHttpRequest. setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler unsuccessfulResponseHandler)Sets the HTTP unsuccessful (non-2XX) response handler ornullfor none. -
Uses of HttpUnsuccessfulResponseHandler in com.google.api.client.testing.http
Classes in com.google.api.client.testing.http that implement HttpUnsuccessfulResponseHandler Modifier and Type Class Description classMockHttpUnsuccessfulResponseHandler
-