Package com.linecorp.armeria.client.endpoint.dns
@NonNullByDefault
package com.linecorp.armeria.client.endpoint.dns
DNS-based
EndpointGroup
implementation.-
Class SummaryClassDescriptionBuilds a new
DnsAddressEndpointGroup
that sources itsEndpoint
list from theA
orAAAA
DNS records of a certain hostname.DynamicEndpointGroup
which resolves targets using DNS SRV records.Builds a newDnsServiceEndpointGroup
that sources itsEndpoint
list from theSRV
DNS records of a certain hostname.DynamicEndpointGroup
which resolves targets using DNSTXT
records.Builds a newDnsTextEndpointGroup
that sources itsEndpoint
list from theTXT
DNS records of a certain hostname.