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 classAbstractBootstrap<B extends AbstractBootstrap<B,C,F>,C extends Channel,F>AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel.classAbstractBootstrapConfig<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 classBootstrapclassServerBootstrapBootstrapsub-class which allows easy bootstrap ofServerChannelFields in io.netty5.bootstrap declared as AbstractBootstrap Modifier and Type Field Description protected BAbstractBootstrapConfig. bootstrap
-