Uses of Interface
org.jclouds.http.HttpRetryHandler
-
Packages that use HttpRetryHandler Package Description org.jclouds.http org.jclouds.http.handlers -
-
Uses of HttpRetryHandler in org.jclouds.http
Fields in org.jclouds.http declared as HttpRetryHandler Modifier and Type Field Description static HttpRetryHandlerHttpRetryHandler. ALWAYS_RETRYstatic HttpRetryHandlerHttpRetryHandler. NEVER_RETRY -
Uses of HttpRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement HttpRetryHandler Modifier and Type Class Description classBackoffLimitedRetryHandlerAllow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.classDelegatingRetryHandlerDelegates toHttpRetryHandlerswho are annotated according to the response codes they relate to.classRateLimitRetryHandlerRetry handler that takes into account the provider rate limit and delays the requests until they are known to succeed.classRedirectionRetryHandlerHandles Retryable responses with error codes in the 3xx range, backing off when redirecting to itself.Methods in org.jclouds.http.handlers that return HttpRetryHandler Modifier and Type Method Description HttpRetryHandlerDelegatingRetryHandler. getClientErrorRetryHandler()HttpRetryHandlerDelegatingRetryHandler. getRedirectionRetryHandler()HttpRetryHandlerDelegatingRetryHandler. getServerErrorRetryHandler()
-