Uses of Package
io.netty.bootstrap
Packages that use io.netty.bootstrap
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Implementations and API for
Channel
pools.An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Classes in io.netty.bootstrap used by io.netty.bootstrapClassDescription
AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.Exposes the configuration of anAbstractBootstrap
.Exposes the configuration of aBootstrap
.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
. -
Classes in io.netty.bootstrap used by io.netty.channel
-
Classes in io.netty.bootstrap used by io.netty.channel.pool
-
Classes in io.netty.bootstrap used by io.netty.resolver.dns
ChannelFactory
instead.