Uses of Enum
io.netty.resolver.dns.DnsNameResolverChannelStrategy
Packages that use DnsNameResolverChannelStrategy
Package
Description
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Uses of DnsNameResolverChannelStrategy in io.netty.resolver.dns
Methods in io.netty.resolver.dns that return DnsNameResolverChannelStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DnsNameResolverChannelStrategy[]DnsNameResolverChannelStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.resolver.dns with parameters of type DnsNameResolverChannelStrategyModifier and TypeMethodDescriptionDnsNameResolverBuilder.datagramChannelStrategy(DnsNameResolverChannelStrategy datagramChannelStrategy) Set the strategy that is used to determine how aDatagramChannelis used by the resolver for sending queries over UDP protocol.