Uses of Class
com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler
-
Packages that use HttpBackOffUnsuccessfulResponseHandler 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. -
-
Uses of HttpBackOffUnsuccessfulResponseHandler in com.google.api.client.http
Methods in com.google.api.client.http that return HttpBackOffUnsuccessfulResponseHandler Modifier and Type Method Description HttpBackOffUnsuccessfulResponseHandler
HttpBackOffUnsuccessfulResponseHandler. setBackOffRequired(HttpBackOffUnsuccessfulResponseHandler.BackOffRequired backOffRequired)
Sets theHttpBackOffUnsuccessfulResponseHandler.BackOffRequired
instance which determines if back-off is required based on an abnormal HTTP response.HttpBackOffUnsuccessfulResponseHandler
HttpBackOffUnsuccessfulResponseHandler. setSleeper(Sleeper sleeper)
Sets the sleeper.
-