请参阅: 说明
接口 | 说明 |
---|---|
ChannelFactory<T extends Channel> | 已过时
Use
ChannelFactory instead. |
类 | 说明 |
---|---|
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> |
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel . |
AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> |
Exposes the configuration of an
AbstractBootstrap . |
Bootstrap | |
BootstrapConfig |
Exposes the configuration of a
Bootstrap . |
ChannelInitializerExtension |
A channel initializer extension make it possible to enforce rules and apply modifications across multiple,
disconnected uses of Netty within the same JVM process.
|
ServerBootstrap |
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
ServerBootstrapConfig |
Exposes the configuration of a
ServerBootstrapConfig . |