Uses of Class
io.netty.resolver.dns.ResolvConf
Packages that use ResolvConf
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 ResolvConf in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as ResolvConfModifier and TypeFieldDescription(package private) static final ResolvConfResolvConf.ResolvConfLazy.machineResolvConfMethods in io.netty.resolver.dns that return ResolvConfModifier and TypeMethodDescription(package private) static ResolvConfReads the given file and extracts thenameservers using the syntax of the/etc/resolv.conffile, seeman resolv.conf.(package private) static ResolvConfResolvConf.fromReader(BufferedReader reader) Reads from the given reader and extracts thenameservers using the syntax of the/etc/resolv.conffile, seeman resolv.conf.(package private) static ResolvConfResolvConf.system()Returns thenameservers from the/etc/resolv.conffile.