Package org.jclouds.http
Interface IOExceptionRetryHandler
- All Known Implementing Classes:
AWSEC2IOExceptionRetryHandler
,AWSServerErrorRetryHandler
,AzureRetryableErrorHandler
,B2RetryHandler
,BackoffLimitedRetryHandler
,InvalidateSessionAndRetryOn401AndLogoutOnClose
,SessionManager
public interface IOExceptionRetryHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IOExceptionRetryHandler
static final IOExceptionRetryHandler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldRetryRequest
(HttpCommand command, IOException error)
-
Field Details
-
ALWAYS_RETRY
-
NEVER_RETRY
-
-
Method Details
-
shouldRetryRequest
-