Uses of Class
io.netty5.bootstrap.AbstractBootstrap
-
Packages that use AbstractBootstrap Package Description io.netty5.bootstrap The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization. -
-
Uses of AbstractBootstrap in io.netty5.bootstrap
Classes in io.netty5.bootstrap with type parameters of type AbstractBootstrap Modifier and Type Class Description class
AbstractBootstrap<B extends AbstractBootstrap<B,C,F>,C extends Channel,F>
AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.class
AbstractBootstrapConfig<B extends AbstractBootstrap<B,C,F>,C extends Channel,F>
Exposes the configuration of anAbstractBootstrap
.Subclasses of AbstractBootstrap in io.netty5.bootstrap Modifier and Type Class Description class
Bootstrap
class
ServerBootstrap
Bootstrap
sub-class which allows easy bootstrap ofServerChannel
Fields in io.netty5.bootstrap declared as AbstractBootstrap Modifier and Type Field Description protected B
AbstractBootstrapConfig. bootstrap
-