public class InvalidateSessionAndRetryOn401AndLogoutOnClose extends BackoffLimitedRetryHandler
Modifier and Type | Field and Description |
---|---|
protected Logger |
logger |
INSTANCE
ALWAYS_RETRY, NEVER_RETRY
ALWAYS_RETRY, NEVER_RETRY
Modifier | Constructor and Description |
---|---|
protected |
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache,
SessionClient sessionClient) |
Modifier and Type | Method and Description |
---|---|
void |
logoutOnClose()
it is important that we close any sessions on close to help the server not become overloaded.
|
boolean |
shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried.
|
imposeBackoffExponentialDelay, imposeBackoffExponentialDelay, imposeBackoffExponentialDelay, shouldRetryRequest
protected Logger logger
@Inject protected InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache, SessionClient sessionClient)
public boolean shouldRetryRequest(HttpCommand command, HttpResponse response)
HttpRetryHandler
shouldRetryRequest
in interface HttpRetryHandler
shouldRetryRequest
in class BackoffLimitedRetryHandler
@PreDestroy public void logoutOnClose()
Copyright © 2009-2012 jclouds. All Rights Reserved.