Package org.jclouds.atmos.handlers
Class AtmosClientErrorRetryHandler
- java.lang.Object
-
- org.jclouds.atmos.handlers.AtmosClientErrorRetryHandler
-
- All Implemented Interfaces:
org.jclouds.http.HttpRetryHandler
public class AtmosClientErrorRetryHandler extends Object implements org.jclouds.http.HttpRetryHandler
Handles Retryable responses with error codes in the 4xx range- See Also:
codes section at
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jclouds.logging.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AtmosClientErrorRetryHandler(org.jclouds.http.handlers.BackoffLimitedRetryHandler backoffHandler, AtmosUtils utils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldRetryRequest(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response)
-
-
-
Constructor Detail
-
AtmosClientErrorRetryHandler
@Inject public AtmosClientErrorRetryHandler(org.jclouds.http.handlers.BackoffLimitedRetryHandler backoffHandler, AtmosUtils utils)
-
-