| Package | Description |
|---|---|
| io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
| io.netty.resolver |
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
| io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
| Class and Description |
|---|
| AddressResolverGroup
Creates and manages
NameResolvers so that each EventExecutor has its own resolver instance. |
| Class and Description |
|---|
| AbstractAddressResolver
A skeletal
AddressResolver implementation. |
| AddressResolver
Resolves a possibility unresolved
SocketAddress. |
| AddressResolverGroup
Creates and manages
NameResolvers so that each EventExecutor has its own resolver instance. |
| DefaultAddressResolverGroup |
| HostsFileEntries
A container of hosts file entries
|
| HostsFileEntriesResolver
Resolves a hostname against the hosts file entries.
|
| InetNameResolver
A skeletal
NameResolver implementation that resolves InetAddress. |
| NameResolver
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
| NoopAddressResolverGroup |
| ResolvedAddressTypes
Defined resolved address types.
|
| SimpleNameResolver
A skeletal
NameResolver implementation. |
| Class and Description |
|---|
| AddressResolver
Resolves a possibility unresolved
SocketAddress. |
| AddressResolverGroup
Creates and manages
NameResolvers so that each EventExecutor has its own resolver instance. |
| HostsFileEntriesResolver
Resolves a hostname against the hosts file entries.
|
| InetNameResolver
A skeletal
NameResolver implementation that resolves InetAddress. |
| NameResolver
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
| ResolvedAddressTypes
Defined resolved address types.
|
| SimpleNameResolver
A skeletal
NameResolver implementation. |
Copyright © 2008–2017 The Netty Project. All rights reserved.