Uses of Class
io.netty.resolver.HostsFileEntriesProvider
Packages that use HostsFileEntriesProvider
Package
Description
Resolves an arbitrary string that represents the name of an endpoint into an address.
-
Uses of HostsFileEntriesProvider in io.netty.resolver
Fields in io.netty.resolver declared as HostsFileEntriesProviderModifier and TypeFieldDescription(package private) static final HostsFileEntriesProvider
HostsFileEntriesProvider.EMPTY
Methods in io.netty.resolver that return HostsFileEntriesProviderModifier and TypeMethodDescriptionHostsFileEntriesProvider.Parser.parse()
Parses the hosts file at standard OS location using the system defaultCharset
for decoding.Parses the provided hosts file using the givenCharset
s one after another until parse something or none is left.Performs the parsing operation using the provided reader of hosts file format.Parses the hosts file at standard OS location using the givenCharset
s one after another until parse something or none is left.HostsFileEntriesProvider.ParserImpl.parse()
private static HostsFileEntriesProvider
DefaultHostsFileEntriesResolver.parseEntries
(HostsFileEntriesProvider.Parser parser) HostsFileEntriesProvider.Parser.parseSilently()
Parses the hosts file at standard OS location using the system defaultCharset
for decoding.HostsFileEntriesProvider.Parser.parseSilently
(File file, Charset... charsets) Parses the provided hosts file using the givenCharset
s one after another until parse something or none is left.HostsFileEntriesProvider.Parser.parseSilently
(Charset... charsets) Parses the hosts file at standard OS location using the givenCharset
s one after another until parse something or none is left.HostsFileEntriesProvider.ParserImpl.parseSilently()
HostsFileEntriesProvider.ParserImpl.parseSilently
(File file, Charset... charsets) HostsFileEntriesProvider.ParserImpl.parseSilently
(Charset... charsets) Methods in io.netty.resolver with parameters of type HostsFileEntriesProviderModifier and TypeMethodDescriptionprivate static HostsFileEntries
HostsFileParser.hostsFileEntries
(HostsFileEntriesProvider provider)