接口 | 说明 |
---|---|
RetryPolicy.BackoffStrategy |
The hook for providing custom back-off strategy to control the sleep time
between retries.
|
RetryPolicy.RetryCondition |
The hook for providing custom condition on whether a failed request
should be retried.
|
类 | 说明 |
---|---|
PredefinedRetryPolicies |
This class includes a set of pre-defined retry policies, including default
policies used by SDK.
|
PredefinedRetryPolicies.SDKDefaultRetryCondition |
The default implementation of RetryCondition used by the SDK.
|
RetryHandler |
网络连接重试的Handler
|
RetryPolicy |
Retry policy that can be configured on a specific service client using
ClientConfiguration . |
RetryUtils |
Copyright © 2016. All rights reserved.