Uses of Class
io.netty.resolver.HostsFileEntriesProvider
-
-
Uses of HostsFileEntriesProvider in io.netty.resolver
Methods in io.netty.resolver that return HostsFileEntriesProvider Modifier and Type Method Description HostsFileEntriesProviderHostsFileEntriesProvider.Parser. parse()Parses the hosts file at standard OS location using the system defaultCharsetfor decoding.HostsFileEntriesProviderHostsFileEntriesProvider.Parser. parse(File file, Charset... charsets)Parses the provided hosts file using the givenCharsets one after another until parse something or none is left.HostsFileEntriesProviderHostsFileEntriesProvider.Parser. parse(Reader reader)Performs the parsing operation using the provided reader of hosts file format.HostsFileEntriesProviderHostsFileEntriesProvider.Parser. parse(Charset... charsets)Parses the hosts file at standard OS location using the givenCharsets one after another until parse something or none is left.HostsFileEntriesProviderHostsFileEntriesProvider.Parser. parseSilently()Parses the hosts file at standard OS location using the system defaultCharsetfor decoding.HostsFileEntriesProviderHostsFileEntriesProvider.Parser. parseSilently(File file, Charset... charsets)Parses the provided hosts file using the givenCharsets one after another until parse something or none is left.HostsFileEntriesProviderHostsFileEntriesProvider.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.
-