Module io.netty5.transport
Package io.netty5.bootstrap
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
-
Class Summary Class Description AbstractBootstrap<B extends AbstractBootstrap<B,C,F>,C extends Channel,F> AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.AbstractBootstrapConfig<B extends AbstractBootstrap<B,C,F>,C extends Channel,F> Exposes the configuration of anAbstractBootstrap
.Bootstrap BootstrapConfig Exposes the configuration of aBootstrap
.ServerBootstrap Bootstrap
sub-class which allows easy bootstrap ofServerChannel
ServerBootstrapConfig Exposes the configuration of aServerBootstrapConfig
.