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
Fields in io.netty.resolver declared as HostsFileEntriesModifier and TypeFieldDescription(package private) static final HostsFileEntries
HostsFileEntries.EMPTY
Empty entriesMethods in io.netty.resolver that return HostsFileEntriesModifier and TypeMethodDescriptionprivate static HostsFileEntries
HostsFileParser.hostsFileEntries
(HostsFileEntriesProvider provider) static HostsFileEntries
HostsFileParser.parse()
Parse hosts file at standard OS location using the system defaultCharset
for decoding.static HostsFileEntries
Parse a hosts file using the system defaultCharset
for decoding.static HostsFileEntries
Parse a hosts file.static HostsFileEntries
Parse a reader of hosts file format.static HostsFileEntries
HostsFileParser.parseSilently()
Parse hosts file at standard OS location using the systems defaultCharset
for decoding.static HostsFileEntries
HostsFileParser.parseSilently
(Charset... charsets) Parse hosts file at standard OS location using the givenCharset
s one after each other until we were able to parse something or none is left.