Uses of Class
io.netty.resolver.dns.UnixResolverOptions
Packages that use UnixResolverOptions
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 UnixResolverOptions in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as UnixResolverOptionsModifier and TypeFieldDescriptionprivate static final UnixResolverOptionsDnsNameResolver.DEFAULT_OPTIONSMethods in io.netty.resolver.dns that return UnixResolverOptionsModifier and TypeMethodDescription(package private) UnixResolverOptionsUnixResolverOptions.Builder.build()(package private) static UnixResolverOptionsUnixResolverDnsServerAddressStreamProvider.parseEtcResolverOptions()Parse /etc/resolv.conf and return options of interest, namely: timeout, attempts and ndots.(package private) static UnixResolverOptionsUnixResolverDnsServerAddressStreamProvider.parseEtcResolverOptions(File etcResolvConf) Parse a file of the format /etc/resolv.conf and return options of interest, namely: timeout, attempts and ndots.