| 程序包 | 说明 |
|---|---|
| io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Bootstrap
|
class |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |