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 TypeClassDescriptionclass
AbstractBootstrap<B extends AbstractBootstrap<B,
C>, C extends Channel> AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.class
AbstractBootstrapConfig<B extends AbstractBootstrap<B,
C>, C extends Channel> Exposes the configuration of anAbstractBootstrap
.Subclasses of AbstractBootstrap in io.netty.bootstrapModifier and TypeClassDescriptionclass
class
Bootstrap
sub-class which allows easy bootstrap ofServerChannel
Fields in io.netty.bootstrap declared as AbstractBootstrapConstructors in io.netty.bootstrap with parameters of type AbstractBootstrapModifierConstructorDescription(package private)
AbstractBootstrap
(AbstractBootstrap<B, C> bootstrap)