Class RetryOnRenew
- java.lang.Object
-
- org.jclouds.openstack.keystone.auth.handlers.RetryOnRenew
-
- All Implemented Interfaces:
HttpRetryHandler
public class RetryOnRenew extends Object implements HttpRetryHandler
This will parse and set an appropriate exception on the command object.
-
-
Field Summary
Fields Modifier and Type Field Description protected Loggerlogger-
Fields inherited from interface org.jclouds.http.HttpRetryHandler
ALWAYS_RETRY, NEVER_RETRY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldRetryRequest(HttpCommand command, HttpResponse response)
-
-
-
Field Detail
-
logger
protected Logger logger
-
-
Method Detail
-
shouldRetryRequest
public boolean shouldRetryRequest(HttpCommand command, HttpResponse response)
- Specified by:
shouldRetryRequestin interfaceHttpRetryHandler
-
-