| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| com.linecorp.armeria.client.endpoint.healthcheck |
Filters out unhealthy
Endpoints from an existing
EndpointGroup by sending health check requests. |
| com.linecorp.armeria.client.retry |
A
Client decorator that handles failures and retries requests. |
| Class and Description |
|---|
| Backoff
Controls back off between attempts in a single retry operation.
|
| Class and Description |
|---|
| Backoff
Controls back off between attempts in a single retry operation.
|
| Class and Description |
|---|
| Backoff
Controls back off between attempts in a single retry operation.
|
| RetryingClient
A
Client decorator that handles failures of remote invocation and retries requests. |
| RetryingClientBuilder
Builds a new
RetryingClient or its decorator function. |
| RetryingHttpClient
An
HttpClient decorator that handles failures of an invocation and retries HTTP requests. |
| RetryingHttpClientBuilder
Builds a new
RetryingHttpClient or its decorator function. |
| RetryingRpcClient
An
RpcClient decorator that handles failures of an invocation and retries RPC requests. |
| RetryingRpcClientBuilder
Builds a new
RetryingRpcClient or its decorator function. |
| RetryStrategy
Determines whether a failed request should be retried.
|
| RetryStrategyWithContent
Determines whether a failed request should be retried using the content of a
Response. |
Copyright © 2020 LeanCloud. All rights reserved.