Example usage for Java io.netty.resolver HostsFileParser fields, constructors, methods, implement or subclass
The text is from its open source code.
HostsFileEntries | parse(File file) Parse a hosts file using the system default Charset for decoding. |
HostsFileEntries | parse(Reader reader) Parse a reader of hosts file format. |
HostsFileEntries | parseSilently() Parse hosts file at standard OS location using the systems default Charset for decoding. |