Uses of Class
com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
Packages that use HttpBackOffUnsuccessfulResponseHandler
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of HttpBackOffUnsuccessfulResponseHandler in com.google.api.client.http
Methods in com.google.api.client.http that return HttpBackOffUnsuccessfulResponseHandlerModifier and TypeMethodDescriptionHttpBackOffUnsuccessfulResponseHandler.setBackOffRequired
(HttpBackOffUnsuccessfulResponseHandler.BackOffRequired backOffRequired) Sets theHttpBackOffUnsuccessfulResponseHandler.BackOffRequired
instance which determines if back-off is required based on an abnormal HTTP response.HttpBackOffUnsuccessfulResponseHandler.setSleeper
(Sleeper sleeper) Sets the sleeper.