Uses of Enum Class
io.helidon.webclient.DnsResolverType
Packages that use DnsResolverType
-
Uses of DnsResolverType in io.helidon.webclient
Methods in io.helidon.webclient that return DnsResolverTypeModifier and TypeMethodDescriptionstatic DnsResolverType
Returns the enum constant of this class with the specified name.static DnsResolverType[]
DnsResolverType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.webclient with parameters of type DnsResolverTypeModifier and TypeMethodDescriptionWebClient.Builder.dnsResolverType
(DnsResolverType dnsResolverType) Set which type of DNS resolver should be used.