Uses of Enum Class
io.helidon.webclient.api.DnsAddressLookup
Packages that use DnsAddressLookup
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient DNS Resolver Round Robin Support.
Helidon WebClient SPI.
-
Uses of DnsAddressLookup in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return DnsAddressLookupModifier and TypeMethodDescriptionstatic DnsAddressLookup
DnsAddressLookup.defaultLookup()
Default address lookup for this VM.ConnectionKey.dnsAddressLookup()
Returns the value of thednsAddressLookup
record component.HttpClientConfig.BuilderBase.HttpClientConfigImpl.dnsAddressLookup()
static DnsAddressLookup
Returns the enum constant of this class with the specified name.static DnsAddressLookup[]
DnsAddressLookup.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.webclient.api that return types with arguments of type DnsAddressLookupModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.dnsAddressLookup()
DNS address lookup preferences to be used by this client.Methods in io.helidon.webclient.api with parameters of type DnsAddressLookupModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.dnsAddressLookup
(DnsAddressLookup dnsAddressLookup) DNS address lookup preferences to be used by this client.DefaultDnsResolver.resolveAddress
(String hostname, DnsAddressLookup dnsAddressLookup) Constructors in io.helidon.webclient.api with parameters of type DnsAddressLookupModifierConstructorDescriptionConnectionKey
(String scheme, String host, int port, Duration readTimeout, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Creates an instance of aConnectionKey
record class. -
Uses of DnsAddressLookup in io.helidon.webclient.dns.resolver.roundrobin
Methods in io.helidon.webclient.dns.resolver.roundrobin with parameters of type DnsAddressLookupModifier and TypeMethodDescriptionRoundRobinDnsResolver.resolveAddress
(String hostname, DnsAddressLookup dnsAddressLookup) -
Uses of DnsAddressLookup in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi with parameters of type DnsAddressLookupModifier and TypeMethodDescriptionDnsResolver.resolveAddress
(String hostname, DnsAddressLookup dnsAddressLookup) Resolve hostname toInetAddress
.