Package | Description |
---|---|
io.netty.resolver |
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
Modifier and Type | Method and Description |
---|---|
static HostsFileEntries |
HostsFileParser.parse()
Parse hosts file at standard OS location.
|
static HostsFileEntries |
HostsFileParser.parse(File file)
Parse a hosts file.
|
static HostsFileEntries |
HostsFileParser.parse(Reader reader)
Parse a reader of hosts file format.
|
static HostsFileEntries |
HostsFileParser.parseSilently()
Parse hosts file at standard OS location.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.