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 UnixResolverOptions
DnsNameResolver.DEFAULT_OPTIONS
Methods in io.netty.resolver.dns that return UnixResolverOptionsModifier and TypeMethodDescription(package private) UnixResolverOptions
UnixResolverOptions.Builder.build()
(package private) static UnixResolverOptions
UnixResolverDnsServerAddressStreamProvider.parseEtcResolverOptions()
Parse /etc/resolv.conf and return options of interest, namely: timeout, attempts and ndots.(package private) static UnixResolverOptions
UnixResolverDnsServerAddressStreamProvider.parseEtcResolverOptions
(File etcResolvConf) Parse a file of the format /etc/resolv.conf and return options of interest, namely: timeout, attempts and ndots.