Uses of Class
io.netty.bootstrap.AbstractBootstrap
-
Packages that use AbstractBootstrap Package Description io.netty.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.netty.bootstrap
Classes in io.netty.bootstrap with type parameters of type AbstractBootstrap Modifier and Type Class Description classAbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel.classAbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel>Exposes the configuration of anAbstractBootstrap.Subclasses of AbstractBootstrap in io.netty.bootstrap Modifier and Type Class Description classBootstrapclassServerBootstrapBootstrapsub-class which allows easy bootstrap ofServerChannelFields in io.netty.bootstrap declared as AbstractBootstrap Modifier and Type Field Description protected BAbstractBootstrapConfig. bootstrap
-