Uses of Class
io.netty.bootstrap.AbstractBootstrap
Packages that use AbstractBootstrap
Package
Description
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 AbstractBootstrapModifier and TypeClassDescriptionclassAbstractBootstrap<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.bootstrapModifier and TypeClassDescriptionclassclassBootstrapsub-class which allows easy bootstrap ofServerChannelFields in io.netty.bootstrap declared as AbstractBootstrap