|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRetryHandler | |
|---|---|
| org.jclouds.http | |
| org.jclouds.http.handlers | |
| Uses of HttpRetryHandler in org.jclouds.http |
|---|
| Fields in org.jclouds.http declared as HttpRetryHandler | |
|---|---|
static HttpRetryHandler |
HttpRetryHandler.ALWAYS_RETRY
|
static HttpRetryHandler |
HttpRetryHandler.NEVER_RETRY
|
| Uses of HttpRetryHandler in org.jclouds.http.handlers |
|---|
| Classes in org.jclouds.http.handlers that implement HttpRetryHandler | |
|---|---|
class |
BackoffLimitedRetryHandler
Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning. |
class |
DelegatingRetryHandler
Delegates to HttpRetryHandlers who are annotated according to the
response codes they relate to. |
class |
RedirectionRetryHandler
Handles Retryable responses with error codes in the 3xx range |
| Methods in org.jclouds.http.handlers that return HttpRetryHandler | |
|---|---|
HttpRetryHandler |
DelegatingRetryHandler.getClientErrorRetryHandler()
|
HttpRetryHandler |
DelegatingRetryHandler.getRedirectionRetryHandler()
|
HttpRetryHandler |
DelegatingRetryHandler.getServerErrorRetryHandler()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||