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