Class RetryOnRenew
java.lang.Object
org.jclouds.openstack.keystone.v1_1.handlers.RetryOnRenew
- All Implemented Interfaces:
HttpRetryHandler
This will parse and set an appropriate exception on the command object.
-
Field Summary
FieldsFields inherited from interface org.jclouds.http.HttpRetryHandler
ALWAYS_RETRY, NEVER_RETRY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRetryOnRenew(com.google.common.cache.LoadingCache<Credentials, Auth> authenticationResponseCache, BackoffLimitedRetryHandler backoffHandler) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldRetryRequest(HttpCommand command, HttpResponse response)
-
Field Details
-
logger
-
-
Constructor Details
-
RetryOnRenew
@Inject protected RetryOnRenew(com.google.common.cache.LoadingCache<Credentials, Auth> authenticationResponseCache, BackoffLimitedRetryHandler backoffHandler)
-
-
Method Details
-
shouldRetryRequest
- Specified by:
shouldRetryRequestin interfaceHttpRetryHandler
-