public class InvalidateSessionAndRetryOn401AndLogoutOnClose extends BackoffLimitedRetryHandler
INSTANCE, logger
ALWAYS_RETRY, NEVER_RETRY
ALWAYS_RETRY, NEVER_RETRY
Modifier | Constructor and Description |
---|---|
protected |
InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache,
SessionApi 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
@Inject protected InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache, SessionApi sessionClient)
public boolean shouldRetryRequest(HttpCommand command, HttpResponse response)
HttpRetryHandler
shouldRetryRequest
in interface HttpRetryHandler
shouldRetryRequest
in class BackoffLimitedRetryHandler
@PreDestroy public void logoutOnClose()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.