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. |
| Bootstrap | |
| ServerBootstrap |
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Copyright © 2008–2018 The Netty Project. All rights reserved.