Package io.netty.bootstrap
package io.netty.bootstrap
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
-
ClassDescription
AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.Exposes the configuration of anAbstractBootstrap
.Exposes the configuration of aBootstrap
.ChannelFactory<T extends Channel>Deprecated.A channel initializer extension make it possible to enforce rules and apply modifications across multiple, disconnected uses of Netty within the same JVM process.The configurable facade that decides whatChannelInitializerExtension
s to load and where to find them.Bootstrap
sub-class which allows easy bootstrap ofServerChannel
Exposes the configuration of aServerBootstrapConfig
.
ChannelFactory
instead.