| Package | Description |
|---|---|
| com.linecorp.armeria.client.endpoint.dns |
DNS-based
EndpointGroup implementation. |
| Modifier and Type | Method and Description |
|---|---|
DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroupBuilder.backoff(Backoff backoff) |
static DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroup.builder(String hostname)
Returns a new
DnsServiceEndpointGroupBuilder with the specified hostname. |
DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroupBuilder.eventLoop(io.netty.channel.EventLoop eventLoop) |
DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroupBuilder.selectionStrategy(EndpointSelectionStrategy selectionStrategy) |
DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroupBuilder.serverAddresses(InetSocketAddress... serverAddresses) |
DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroupBuilder.serverAddresses(Iterable<InetSocketAddress> serverAddresses) |
DnsServiceEndpointGroupBuilder |
DnsServiceEndpointGroupBuilder.ttl(int minTtl,
int maxTtl) |
Copyright © 2020 LeanCloud. All rights reserved.