| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| com.linecorp.armeria.client.endpoint |
Endpoint groups and their registry. |
| Modifier and Type | Method and Description |
|---|---|
EndpointSelector |
DefaultClientRequestContext.endpointSelector() |
EndpointSelector |
ClientRequestContextWrapper.endpointSelector() |
EndpointSelector |
ClientRequestContext.endpointSelector()
Returns the
EndpointSelector used for the current Request. |
| Modifier and Type | Method and Description |
|---|---|
static EndpointSelector |
EndpointGroupRegistry.getNodeSelector(String groupName)
Returns the
EndpointSelector for the specified case-insensitive groupName. |
EndpointSelector |
StickyEndpointSelectionStrategy.newSelector(EndpointGroup endpointGroup)
Creates a new
StickyEndpointSelector. |
EndpointSelector |
EndpointSelectionStrategy.newSelector(EndpointGroup endpointGroup)
|
Copyright © 2020 LeanCloud. All rights reserved.