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.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 with parameters of type DnsAddressLookupModifier and TypeMethodDescriptionDefaultDnsResolver.resolveAddress
(String hostname, DnsAddressLookup dnsAddressLookup) Constructors in io.helidon.webclient.api with parameters of type DnsAddressLookupModifierConstructorDescriptionConnectionKey
(String scheme, String host, int port, 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
.