This project has retired. For details please refer to its
Attic page .
AzureStorageClientErrorRetryHandler (Apache jclouds 1.9.3 API)
JavaScript is disabled on your browser.
java.lang.Object
org.jclouds.azure.storage.handlers.AzureStorageClientErrorRetryHandler
Field Summary
Fields
Modifier and Type
Field and Description
protected Logger
logger
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Detail
logger
protected Logger logger
Method Detail
shouldRetryRequest
public boolean shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried. This method should only be invoked when the
response has failed with a HTTP 5xx error indicating a server-side error.
Specified by:
shouldRetryRequest
in interface HttpRetryHandler
Copyright © 2009-2016 The Apache Software Foundation . All Rights Reserved.