| Package | Description |
|---|---|
| io.netty.resolver |
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static HostsFileEntries |
HostsFileEntries.EMPTY
Empty entries
|
| Modifier and Type | Method and Description |
|---|---|
static HostsFileEntries |
HostsFileParser.parse()
Parse hosts file at standard OS location.
|
static HostsFileEntries |
HostsFileParser.parse(java.io.File file)
Parse a hosts file.
|
static HostsFileEntries |
HostsFileParser.parse(java.io.Reader reader)
Parse a reader of hosts file format.
|
static HostsFileEntries |
HostsFileParser.parseSilently()
Parse hosts file at standard OS location.
|
| Constructor and Description |
|---|
DefaultHostsFileEntriesResolver(HostsFileEntries entries) |