| Package | Description |
|---|---|
| com.microsoft.rest.retry |
The package contains classes that define the retry behaviors when an error
occurs during a REST call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoffRetryStrategy
A retry strategy with backoff parameters for calculating the exponential delay between retries.
|
| Constructor and Description |
|---|
RetryHandler(RetryStrategy retryStrategy)
Initialized an instance of
RetryHandler class. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/