程序包 | 说明 |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
限定符和类型 | 类和说明 |
---|---|
class |
BootstrapConfig
Exposes the configuration of a
Bootstrap . |
class |
ServerBootstrapConfig
Exposes the configuration of a
ServerBootstrapConfig . |
限定符和类型 | 方法和说明 |
---|---|
abstract AbstractBootstrapConfig<B,C> |
AbstractBootstrap.config()
Returns the
AbstractBootstrapConfig object that can be used to obtain the current config
of the bootstrap. |