See: Description
| Interface | Description |
|---|---|
| ChannelFactory<T extends Channel> |
Factory that creates a new
Channel on AbstractBootstrap.bind(), Bootstrap.connect(), and
AbstractBootstrap.bind(). |
| 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.BootstrapChannelFactory<T extends Channel> | |
| AbstractBootstrap.PendingRegistrationPromise | |
| Bootstrap | |
| ServerBootstrap |
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
| ServerBootstrap.ServerBootstrapAcceptor |