Uses of Package
io.netty.bootstrap
-
Packages that use io.netty.bootstrap Package Description io.netty.bootstrap The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.pool Implementations and API forChannel
pools.io.netty.channel.udt.nio UDT Transport for NIO Channels. -
Classes in io.netty.bootstrap used by io.netty.bootstrap Class Description AbstractBootstrap AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
.AbstractBootstrapConfig Exposes the configuration of anAbstractBootstrap
.Bootstrap BootstrapConfig Exposes the configuration of aBootstrap
.ChannelFactory Deprecated.UseChannelFactory
instead.ServerBootstrap Bootstrap
sub-class which allows easy bootstrap ofServerChannel
ServerBootstrapConfig Exposes the configuration of aServerBootstrapConfig
. -
Classes in io.netty.bootstrap used by io.netty.channel Class Description ChannelFactory Deprecated.UseChannelFactory
instead. -
Classes in io.netty.bootstrap used by io.netty.channel.pool Class Description Bootstrap -
Classes in io.netty.bootstrap used by io.netty.channel.udt.nio Class Description ChannelFactory Deprecated.UseChannelFactory
instead.