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
Subclasses with type arguments of type DnsAddressLookup in io.helidon.webclient.apiMethods in io.helidon.webclient.api that return DnsAddressLookupModifier and TypeMethodDescriptionstatic DnsAddressLookupDnsAddressLookup.defaultLookup()Default address lookup for this VM.ConnectionKey.dnsAddressLookup()ConfiguredDnsAddressLookup.HttpClientConfig.BuilderBase.HttpClientConfigImpl.dnsAddressLookup()HttpClientConfig.dnsAddressLookup()DNS address lookup preferences to be used by this client.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.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 TypeMethodDescriptionstatic ConnectionKeyConnectionKey.create(ClientUri uri, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Create new instance of theConnectionKey.static ConnectionKeyConnectionKey.create(ClientUri uri, SniConfig sni, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy, ClientRequestHeaders headers) Create new instance of theConnectionKey.static ConnectionKeyConnectionKey.create(String scheme, String host, int port, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, Proxy proxy) Create new instance of theConnectionKey.static ConnectionKeyConnectionKey.createUnixDomainSocket(ClientUri uri, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, UnixDomainSocketAddress address) Create new instance of theConnectionKeyfor a Unix domain socket transport.static ConnectionKeyConnectionKey.createUnixDomainSocket(ClientUri uri, SniConfig sni, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, UnixDomainSocketAddress address, ClientRequestHeaders headers) Create new instance of theConnectionKeyfor a Unix domain socket transport.static ConnectionKeyConnectionKey.createUnixDomainSocket(String scheme, String host, int port, Tls tls, DnsResolver dnsResolver, DnsAddressLookup dnsAddressLookup, UnixDomainSocketAddress address) Create new instance of theConnectionKeyfor a Unix domain socket transport.HttpClientConfig.BuilderBase.dnsAddressLookup(DnsAddressLookup dnsAddressLookup) DNS address lookup preferences to be used by this client.DefaultDnsResolver.resolveAddress(String hostname, DnsAddressLookup dnsAddressLookup) -
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.