Uses of Class
io.netty.resolver.dns.ResolvConf
-
Packages that use ResolvConf Package Description io.netty.resolver.dns 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 ResolvConf Modifier and Type Field Description (package private) static ResolvConfResolvConf.ResolvConfLazy. machineResolvConfMethods in io.netty.resolver.dns that return ResolvConf Modifier and Type Method Description (package private) static ResolvConfResolvConf. fromFile(java.lang.String file)Reads the given file and extracts thenameservers using the syntax of the/etc/resolv.conffile, seeman resolv.conf.(package private) static ResolvConfResolvConf. fromReader(java.io.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.
-