Uses of Enum Class
io.helidon.nima.webclient.DnsAddressLookup
Packages that use DnsAddressLookup
Package
Description
WebClient APIs shared by all types of clients.
Interfaces to be implemented by new clients.
-
Uses of DnsAddressLookup in io.helidon.nima.webclient
Methods in io.helidon.nima.webclient that return DnsAddressLookupModifier and TypeMethodDescriptionLoomClient.dnsAddressLookup()static DnsAddressLookupReturns 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.nima.webclient with parameters of type DnsAddressLookupModifier and TypeMethodDescriptionWebClient.Builder.dnsAddressLookup(DnsAddressLookup dnsAddressLookup) DNS address lookup preferences to be used by this client.NoDnsResolver.resolveAddress(String hostname, DnsAddressLookup dnsAddressLookup) RoundRobinDnsResolver.resolveAddress(String hostname, DnsAddressLookup dnsAddressLookup) -
Uses of DnsAddressLookup in io.helidon.nima.webclient.spi
Methods in io.helidon.nima.webclient.spi with parameters of type DnsAddressLookupModifier and TypeMethodDescriptionDnsResolver.resolveAddress(String hostname, DnsAddressLookup dnsAddressLookup) Resolve hostname toInetAddress.