Package io.netty.bootstrap
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
-
Interface Summary Interface Description ChannelFactory<T extends Channel> Deprecated. UseChannelFactoryinstead. -
Class Summary Class Description AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel.AbstractBootstrap.PendingRegistrationPromise AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> Exposes the configuration of anAbstractBootstrap.Bootstrap BootstrapConfig Exposes the configuration of aBootstrap.FailedChannel ServerBootstrap Bootstrapsub-class which allows easy bootstrap ofServerChannelServerBootstrap.ServerBootstrapAcceptor ServerBootstrapConfig Exposes the configuration of aServerBootstrapConfig.