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 class
HttpBackOffUnsuccessfulResponseHandler
Fields in com.google.api.client.http declared as HttpUnsuccessfulResponseHandler Modifier and Type Field Description private HttpUnsuccessfulResponseHandler
HttpRequest. unsuccessfulResponseHandler
HTTP unsuccessful (non-2XX) response handler ornull
for none.Methods in com.google.api.client.http that return HttpUnsuccessfulResponseHandler Modifier and Type Method Description HttpUnsuccessfulResponseHandler
HttpRequest. getUnsuccessfulResponseHandler()
Returns the HTTP unsuccessful (non-2XX) response handler ornull
for none.Methods in com.google.api.client.http with parameters of type HttpUnsuccessfulResponseHandler Modifier and Type Method Description HttpRequest
HttpRequest. setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler unsuccessfulResponseHandler)
Sets the HTTP unsuccessful (non-2XX) response handler ornull
for 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 class
MockHttpUnsuccessfulResponseHandler
-