Uses of Enum
io.netty.channel.DefaultChannelPipeline.AddStrategy
Packages that use DefaultChannelPipeline.AddStrategy
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of DefaultChannelPipeline.AddStrategy in io.netty.channel
Methods in io.netty.channel that return DefaultChannelPipeline.AddStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DefaultChannelPipeline.AddStrategy[]
DefaultChannelPipeline.AddStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.channel with parameters of type DefaultChannelPipeline.AddStrategyModifier and TypeMethodDescriptionprivate ChannelPipeline
DefaultChannelPipeline.internalAdd
(EventExecutorGroup group, String name, ChannelHandler handler, String baseName, DefaultChannelPipeline.AddStrategy addStrategy)