| Package | Description |
|---|---|
| com.linecorp.armeria.client.endpoint.dns |
DNS-based
EndpointGroup implementation. |
| Modifier and Type | Method and Description |
|---|---|
DnsAddressEndpointGroup |
DnsAddressEndpointGroupBuilder.build()
Returns a newly created
DnsAddressEndpointGroup. |
static DnsAddressEndpointGroup |
DnsAddressEndpointGroup.of(String hostname)
Creates a
DnsAddressEndpointGroup with an unspecified port that schedules queries on a random
EventLoop from CommonPools.workerGroup(). |
static DnsAddressEndpointGroup |
DnsAddressEndpointGroup.of(String hostname,
int port)
Creates a
DnsAddressEndpointGroup that schedules queries on a random EventLoop from
CommonPools.workerGroup(). |
Copyright © 2020 LeanCloud. All rights reserved.