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
Methods in io.netty.resolver that return HostsFileEntriesProviderModifier and TypeMethodDescriptionHostsFileEntriesProvider.Parser.parse()Parses the hosts file at standard OS location using the system defaultCharsetfor decoding.Parses the provided hosts file using the givenCharsets 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 givenCharsets one after another until parse something or none is left.HostsFileEntriesProvider.Parser.parseSilently()Parses the hosts file at standard OS location using the system defaultCharsetfor decoding.HostsFileEntriesProvider.Parser.parseSilently(File file, Charset... charsets) Parses the provided hosts file using the givenCharsets 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 givenCharsets one after another until parse something or none is left.