See: Description
| Interface | Description |
|---|---|
| ChannelFactory<T extends Channel> | Deprecated
Use
ChannelFactory instead. |
| Class | Description |
|---|---|
| AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> |
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel. |
| AbstractBootstrap.PendingRegistrationPromise | |
| AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> |
Exposes the configuration of an
AbstractBootstrap. |
| Bootstrap | |
| BootstrapConfig |
Exposes the configuration of a
Bootstrap. |
| ServerBootstrap |
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
| ServerBootstrap.ServerBootstrapAcceptor | |
| ServerBootstrapConfig |
Exposes the configuration of a
ServerBootstrapConfig. |