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
AbstractBootstrapis 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 whatChannelInitializerExtensions to load and where to find them.Bootstrapsub-class which allows easy bootstrap ofServerChannelExposes the configuration of aServerBootstrapConfig.
ChannelFactoryinstead.