| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| Modifier and Type | Field and Description |
|---|---|
static ClientDecoration |
ClientDecoration.NONE
Deprecated.
Use
of(). |
| Modifier and Type | Field and Description |
|---|---|
static ClientOption<ClientDecoration> |
ClientOption.DECORATION
The
Function that decorates the client components. |
| Modifier and Type | Method and Description |
|---|---|
ClientDecoration |
ClientDecorationBuilder.build()
Returns a newly-created
ClientDecoration based on the decorators added to this builder. |
ClientDecoration |
ClientOptions.decoration()
Returns the
Functions that decorate the components of a client. |
static ClientDecoration |
ClientDecoration.of()
Returns an empty
ClientDecoration which does not decorate a Client. |
static ClientDecoration |
ClientDecoration.of(Function<? super HttpClient,? extends HttpClient> decorator)
Creates a new instance from a single decorator
Function. |
static ClientDecoration |
ClientDecoration.ofRpc(Function<? super RpcClient,? extends RpcClient> decorator)
Creates a new instance from a single decorator
Function. |
Copyright © 2020 LeanCloud. All rights reserved.