Uses of Class
io.netty.bootstrap.ChannelInitializerExtension
Packages that use ChannelInitializerExtension
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
-
Uses of ChannelInitializerExtension in io.netty.bootstrap
Fields in io.netty.bootstrap with type parameters of type ChannelInitializerExtensionModifier and TypeFieldDescriptionprivate Collection
<ChannelInitializerExtension> ChannelInitializerExtensions.ServiceLoadingExtensions.extensions
private final Collection
<ChannelInitializerExtension> ServerBootstrap.ServerBootstrapAcceptor.extensions
Methods in io.netty.bootstrap that return types with arguments of type ChannelInitializerExtensionModifier and TypeMethodDescription(package private) Collection
<ChannelInitializerExtension> ChannelInitializerExtensions.EmptyExtensions.extensions
(ClassLoader cl) (package private) abstract Collection
<ChannelInitializerExtension> ChannelInitializerExtensions.extensions
(ClassLoader cl) Get the list of available extensions.(package private) Collection
<ChannelInitializerExtension> ChannelInitializerExtensions.ServiceLoadingExtensions.extensions
(ClassLoader cl) (package private) Collection
<ChannelInitializerExtension> AbstractBootstrap.getInitializerExtensions()
private static Collection
<ChannelInitializerExtension> ChannelInitializerExtensions.ServiceLoadingExtensions.serviceLoadExtensions
(InternalLogLevel logLevel, ClassLoader cl) Constructor parameters in io.netty.bootstrap with type arguments of type ChannelInitializerExtensionModifierConstructorDescription(package private)
ServerBootstrapAcceptor
(Channel channel, EventLoopGroup childGroup, ChannelHandler childHandler, Map.Entry<ChannelOption<?>, Object>[] childOptions, Map.Entry<AttributeKey<?>, Object>[] childAttrs, Collection<ChannelInitializerExtension> extensions)