| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ClientOption<T> |
ClientOption.valueOf(String name)
Returns the
ClientOption of the specified name. |
| Modifier and Type | Method and Description |
|---|---|
Map<ClientOption<Object>,ClientOptionValue<Object>> |
ClientOptions.asMap()
Converts this
ClientOptions to a Map. |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ClientOptions.get(ClientOption<T> option)
Returns the value of the specified
ClientOption. |
<T> T |
ClientOptions.getOrElse(ClientOption<T> option,
T defaultValue)
Returns the value of the specified
ClientOption. |
Copyright © 2020 LeanCloud. All rights reserved.