public abstract class RetryPolicy extends Object
| Constructor and Description |
|---|
RetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
abstract <X extends CosServiceRequest> |
shouldRetry(CosHttpRequest<X> request,
org.apache.http.HttpResponse response,
Exception exception,
int retryIndex) |
public abstract <X extends CosServiceRequest> boolean shouldRetry(CosHttpRequest<X> request, org.apache.http.HttpResponse response, Exception exception, int retryIndex)
Copyright © 2023. All rights reserved.