Class AWSEC2IOExceptionRetryHandler
java.lang.Object
org.jclouds.http.handlers.BackoffLimitedRetryHandler
org.jclouds.aws.ec2.compute.strategy.AWSEC2IOExceptionRetryHandler
- All Implemented Interfaces:
HttpRetryHandler
,IOExceptionRetryHandler
-
Field Summary
Fields inherited from class org.jclouds.http.handlers.BackoffLimitedRetryHandler
INSTANCE, logger
Fields inherited from interface org.jclouds.http.HttpRetryHandler
ALWAYS_RETRY, NEVER_RETRY
Fields inherited from interface org.jclouds.http.IOExceptionRetryHandler
ALWAYS_RETRY, NEVER_RETRY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldRetryRequest
(HttpCommand command, IOException error) Methods inherited from class org.jclouds.http.handlers.BackoffLimitedRetryHandler
imposeBackoffExponentialDelay, imposeBackoffExponentialDelay, imposeBackoffExponentialDelay, shouldRetryRequest
-
Constructor Details
-
AWSEC2IOExceptionRetryHandler
public AWSEC2IOExceptionRetryHandler()
-
-
Method Details
-
shouldRetryRequest
- Specified by:
shouldRetryRequest
in interfaceIOExceptionRetryHandler
- Overrides:
shouldRetryRequest
in classBackoffLimitedRetryHandler
-