请参阅: 说明
| 接口 | 说明 |
|---|---|
| ChannelFactory<T extends Channel> |
Factory that creates a new
Channel on AbstractBootstrap.bind(), Bootstrap.connect(), and
AbstractBootstrap.bind(). |
| 类 | 说明 |
|---|---|
| AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> |
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel. |
| Bootstrap | |
| ServerBootstrap |
Bootstrap sub-class which allows easy bootstrap of ServerChannel |