Java io.netty.resolver HostsFileParser fields, constructors, methods, implement or subclass

Example usage for Java io.netty.resolver HostsFileParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.resolver HostsFileParser.

The text is from its open source code.

Method

HostsFileEntriesparse(File file)
Parse a hosts file using the system default Charset for decoding.
HostsFileEntriesparse(Reader reader)
Parse a reader of hosts file format.
HostsFileEntriesparseSilently()
Parse hosts file at standard OS location using the systems default Charset for decoding.