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 ResolvConf
ResolvConf.ResolvConfLazy.machineResolvConf
Methods in io.netty.resolver.dns that return ResolvConfModifier and TypeMethodDescription(package private) static ResolvConf
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
(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.