| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Bootstrap | 
| class  | ServerBootstrapBootstrapsub-class which allows easy bootstrap ofServerChannel | 
Copyright © 2008–2015 The Netty Project. All rights reserved.