Package org.jclouds.http.handlers
-
Class Summary Class Description BackoffLimitedRetryHandler Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.CloseContentAndSetExceptionErrorHandler DelegatingErrorHandler Delegates toHttpErrorHandlers
who are annotated according to the response codes they relate to.DelegatingRetryHandler Delegates toHttpRetryHandlers
who are annotated according to the response codes they relate to.RateLimitRetryHandler Retry handler that takes into account the provider rate limit and delays the requests until they are known to succeed.RedirectionRetryHandler Handles Retryable responses with error codes in the 3xx range, backing off when redirecting to itself.