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. UseChannelFactory
instead. -
Class Summary Class Description AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> Exposes the configuration of anAbstractBootstrap
.Bootstrap BootstrapConfig Exposes the configuration of aBootstrap
.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 ofServerChannel
ServerBootstrapConfig Exposes the configuration of aServerBootstrapConfig
.