| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| com.linecorp.armeria.client.endpoint.dns |
DNS-based
EndpointGroup implementation. |
| 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.
|
| Class and Description |
|---|
| AbstractRetryingClient
A
Client decorator that handles failures of remote invocation and retries requests. |
| AbstractRetryingClientBuilder
Builds a new
AbstractRetryingClient or its decorator function. |
| Backoff
Controls back off between attempts in a single retry operation.
|
| RetryingClient
An
HttpClient decorator that handles failures of an invocation and retries HTTP requests. |
| RetryingClientBuilder
Builds a new
RetryingClient or its decorator function. |
| RetryingHttpClientBuilder
Deprecated.
|
| 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.