| 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.
|
| Class and Description |
|---|
AbstractBootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel. |
| AbstractBootstrap.ChannelFactory
Factory that is responsible to create new
Channel's on AbstractBootstrap.bind()
requests. |
| Bootstrap |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.