Uses of Class
io.netty.resolver.HostsFileEntries
Packages that use HostsFileEntries
Package
Description
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 HostsFileEntriesModifier and TypeMethodDescriptionstatic HostsFileEntriesHostsFileParser.parse()Parse hosts file at standard OS location using the system defaultCharsetfor decoding.static HostsFileEntriesParse a hosts file using the system defaultCharsetfor decoding.static HostsFileEntriesParse a hosts file.static HostsFileEntriesParse a reader of hosts file format.static HostsFileEntriesHostsFileParser.parseSilently()Parse hosts file at standard OS location using the systems defaultCharsetfor decoding.static HostsFileEntriesHostsFileParser.parseSilently(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.