| 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 to
HttpErrorHandlers who are annotated according to the
response codes they relate to. |
| DelegatingRetryHandler |
Delegates to
HttpRetryHandlers 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.