| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| com.linecorp.armeria.common.util |
Generic utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientFactoryOption<T>
A
ClientFactory option. |
class |
ClientOption<T>
A client option.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionValue<O extends AbstractOption<V>,V>
A holder of a value of an
AbstractOption. |
| Modifier and Type | Method and Description |
|---|---|
protected <K extends AbstractOption<?>,V extends AbstractOptionValue<K,?>> |
AbstractOptions.asMap0()
|
protected <O extends AbstractOption<V>,V> |
AbstractOptions.get0(AbstractOption<V> option)
Returns the value of the specified
option. |
protected <O extends AbstractOption<V>,V> |
AbstractOptions.getOrElse0(O option,
V defaultValue)
Returns the value of the specified
option. |
protected <O extends AbstractOption<V>,V> |
AbstractOptions.getOrNull0(AbstractOption<V> option)
Returns the value of the specified
option. |
| Modifier and Type | Method and Description |
|---|---|
protected <O extends AbstractOption<V>,V> |
AbstractOptions.get0(AbstractOption<V> option)
Returns the value of the specified
option. |
protected <O extends AbstractOption<V>,V> |
AbstractOptions.getOrNull0(AbstractOption<V> option)
Returns the value of the specified
option. |
Copyright © 2020 LeanCloud. All rights reserved.