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 forChannelpools.io.netty.resolver.dns 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.bootstrap Class Description AbstractBootstrap AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel.AbstractBootstrapConfig Exposes the configuration of anAbstractBootstrap.Bootstrap Bootstrap.ExternalAddressResolver BootstrapConfig Exposes the configuration of aBootstrap.ChannelFactory Deprecated.UseChannelFactoryinstead.ChannelInitializerExtension A channel initializer extension make it possible to enforce rules and apply modifications across multiple, disconnected uses of Netty within the same JVM process.ChannelInitializerExtensions The configurable facade that decides whatChannelInitializerExtensions to load and where to find them.ServerBootstrap Bootstrapsub-class which allows easy bootstrap ofServerChannelServerBootstrapConfig Exposes the configuration of aServerBootstrapConfig. -
Classes in io.netty.bootstrap used by io.netty.channel Class Description ChannelFactory Deprecated.UseChannelFactoryinstead. -
Classes in io.netty.bootstrap used by io.netty.channel.pool Class Description Bootstrap -
Classes in io.netty.bootstrap used by io.netty.resolver.dns Class Description Bootstrap