@Singleton public final class GoogleCloudStorageClientErrorRetryHandler extends Object implements HttpRetryHandler
ALWAYS_RETRY, NEVER_RETRY
Modifier | Constructor and Description |
---|---|
protected |
GoogleCloudStorageClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried.
|
@Inject protected GoogleCloudStorageClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler)
public boolean shouldRetryRequest(HttpCommand command, HttpResponse response)
HttpRetryHandler
shouldRetryRequest
in interface HttpRetryHandler
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.