Uses of Class
io.netty.resolver.HostsFileEntries
-
Packages that use HostsFileEntries Package Description io.netty.resolver Resolves an arbitrary string that represents the name of an endpoint into an address. -
-
Uses of HostsFileEntries in io.netty.resolver
Methods in io.netty.resolver that return HostsFileEntries Modifier and Type Method Description static HostsFileEntriesHostsFileParser. parse()Parse hosts file at standard OS location using the system defaultCharsetfor decoding.static HostsFileEntriesHostsFileParser. parse(java.io.File file)Parse a hosts file using the system defaultCharsetfor decoding.static HostsFileEntriesHostsFileParser. parse(java.io.File file, java.nio.charset.Charset... charsets)Parse a hosts file.static HostsFileEntriesHostsFileParser. parse(java.io.Reader reader)Parse a reader of hosts file format.static HostsFileEntriesHostsFileParser. parseSilently()Parse hosts file at standard OS location using the systems defaultCharsetfor decoding.static HostsFileEntriesHostsFileParser. parseSilently(java.nio.charset.Charset... charsets)Parse hosts file at standard OS location using the givenCharsets one after each other until we were able to parse something or none is left.
-