| 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 a  SocketAddress. | 
| 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 | 
|---|
| NameResolverGroup Creates and manages  NameResolvers so that eachEventExecutorhas its own resolver instance. | 
| Class and Description | 
|---|
| DefaultNameResolverGroup | 
| NameResolver Resolves an arbitrary string that represents the name of an endpoint into a  SocketAddress. | 
| NameResolverGroup Creates and manages  NameResolvers so that eachEventExecutorhas its own resolver instance. | 
| NoopNameResolverGroup | 
| SimpleNameResolver A skeletal  NameResolverimplementation. | 
| Class and Description | 
|---|
| NameResolver Resolves an arbitrary string that represents the name of an endpoint into a  SocketAddress. | 
| NameResolverGroup Creates and manages  NameResolvers so that eachEventExecutorhas its own resolver instance. | 
| SimpleNameResolver A skeletal  NameResolverimplementation. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.