| 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.channel | The core channel API which is asynchronous and event-driven abstraction of
 various transports such as a
 NIO Channel. | 
| io.netty.channel.udt.nio | UDT Transport for NIO Channels. | 
| Class and Description | 
|---|
| AbstractBootstrap AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel. | 
| Bootstrap | 
| ChannelFactory Deprecated. 
 Use  ChannelFactoryinstead. | 
| ServerBootstrap Bootstrapsub-class which allows easy bootstrap ofServerChannel | 
| Class and Description | 
|---|
| ChannelFactory Deprecated. 
 Use  ChannelFactoryinstead. | 
| Class and Description | 
|---|
| ChannelFactory Deprecated. 
 Use  ChannelFactoryinstead. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.