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 HttpBackOffUnsuccessfulResponseHandlerHttpBackOffUnsuccessfulResponseHandler. setBackOffRequired(HttpBackOffUnsuccessfulResponseHandler.BackOffRequired backOffRequired)Sets theHttpBackOffUnsuccessfulResponseHandler.BackOffRequiredinstance which determines if back-off is required based on an abnormal HTTP response.HttpBackOffUnsuccessfulResponseHandlerHttpBackOffUnsuccessfulResponseHandler. setSleeper(Sleeper sleeper)Sets the sleeper.
-