程序包 | 说明 |
---|---|
io.netty.resolver |
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
限定符和类型 | 方法和说明 |
---|---|
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parse()
Parses the hosts file at standard OS location using the system default
Charset for decoding. |
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parse(java.nio.charset.Charset... charsets)
Parses the hosts file at standard OS location using the given
Charset s one after another until
parse something or none is left. |
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parse(java.io.File file,
java.nio.charset.Charset... charsets)
Parses the provided hosts file using the given
Charset s one after another until
parse something or none is left. |
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parse(java.io.Reader reader)
Performs the parsing operation using the provided reader of hosts file format.
|
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parseSilently()
Parses the hosts file at standard OS location using the system default
Charset for decoding. |
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parseSilently(java.nio.charset.Charset... charsets)
Parses the hosts file at standard OS location using the given
Charset s one after another until
parse something or none is left. |
HostsFileEntriesProvider |
HostsFileEntriesProvider.Parser.parseSilently(java.io.File file,
java.nio.charset.Charset... charsets)
Parses the provided hosts file using the given
Charset s one after another until
parse something or none is left. |