Package org.jclouds.atmos.handlers
Class AtmosServerErrorRetryHandler
- java.lang.Object
-
- org.jclouds.atmos.handlers.AtmosServerErrorRetryHandler
-
- All Implemented Interfaces:
org.jclouds.http.HttpRetryHandler
public class AtmosServerErrorRetryHandler extends Object implements org.jclouds.http.HttpRetryHandler
Handles Retryable responses with error codes in the 5xx range- See Also:
codes section at
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jclouds.logging.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AtmosServerErrorRetryHandler(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
-
AtmosServerErrorRetryHandler
@Inject public AtmosServerErrorRetryHandler(org.jclouds.http.handlers.BackoffLimitedRetryHandler backoffHandler, AtmosUtils utils)
-
-