Uses of Interface
com.google.api.client.http.HttpUnsuccessfulResponseHandler
Packages that use HttpUnsuccessfulResponseHandler
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
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 HttpUnsuccessfulResponseHandlerModifier and TypeClassDescriptionclassFields in com.google.api.client.http declared as HttpUnsuccessfulResponseHandlerModifier and TypeFieldDescriptionprivate HttpUnsuccessfulResponseHandlerHttpRequest.unsuccessfulResponseHandlerHTTP unsuccessful (non-2XX) response handler ornullfor none.Methods in com.google.api.client.http that return HttpUnsuccessfulResponseHandlerModifier and TypeMethodDescriptionHttpRequest.getUnsuccessfulResponseHandler()Returns the HTTP unsuccessful (non-2XX) response handler ornullfor none.Methods in com.google.api.client.http with parameters of type HttpUnsuccessfulResponseHandlerModifier and TypeMethodDescriptionHttpRequest.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 HttpUnsuccessfulResponseHandlerModifier and TypeClassDescriptionclass