|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RetryPolicy | |
---|---|
com.baidubce | |
com.baidubce.http | |
com.baidubce.services.bos | |
com.baidubce.services.ses | |
com.baidubce.services.sms |
Uses of RetryPolicy in com.baidubce |
---|
Methods in com.baidubce that return RetryPolicy | |
---|---|
RetryPolicy |
BceClientConfiguration.getRetryPolicy()
Returns the retry policy for failed requests. |
Methods in com.baidubce with parameters of type RetryPolicy | |
---|---|
void |
BceClientConfiguration.setRetryPolicy(RetryPolicy retryPolicy)
Sets the retry policy for failed requests. |
BceClientConfiguration |
BceClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
Sets the retry policy for failed requests, and returns the updated configuration instance. |
Uses of RetryPolicy in com.baidubce.http |
---|
Classes in com.baidubce.http that implement RetryPolicy | |
---|---|
class |
DefaultRetryPolicy
Retry policy that can be configured on a specific service client using BceClientConfiguration . |
Methods in com.baidubce.http with parameters of type RetryPolicy | |
---|---|
protected long |
BceHttpClient.getDelayBeforeNextRetryInMillis(org.apache.http.client.methods.HttpRequestBase method,
BceClientException exception,
int attempt,
RetryPolicy retryPolicy)
Get delay time before next retry. |
Uses of RetryPolicy in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type RetryPolicy | |
---|---|
BosClientConfiguration |
BosClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
|
Uses of RetryPolicy in com.baidubce.services.ses |
---|
Methods in com.baidubce.services.ses with parameters of type RetryPolicy | |
---|---|
SesClientConfiguration |
SesClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
|
Uses of RetryPolicy in com.baidubce.services.sms |
---|
Methods in com.baidubce.services.sms with parameters of type RetryPolicy | |
---|---|
SmsClientConfiguration |
SmsClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |