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