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 ResolvConf
ResolvConf.ResolvConfLazy. machineResolvConf
Methods in io.netty.resolver.dns that return ResolvConf Modifier and Type Method Description (package private) static ResolvConf
ResolvConf. fromFile(java.lang.String file)
Reads the given file and extracts thenameserver
s using the syntax of the/etc/resolv.conf
file, seeman resolv.conf
.(package private) static ResolvConf
ResolvConf. fromReader(java.io.BufferedReader reader)
Reads from the given reader and extracts thenameserver
s using the syntax of the/etc/resolv.conf
file, seeman resolv.conf
.(package private) static ResolvConf
ResolvConf. system()
Returns thenameserver
s from the/etc/resolv.conf
file.
-