Uses of Class
io.netty.channel.DefaultChannelPipeline.AddStrategy
-
Packages that use DefaultChannelPipeline.AddStrategy Package Description io.netty.channel 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.AddStrategy Modifier and Type Method Description static DefaultChannelPipeline.AddStrategy
DefaultChannelPipeline.AddStrategy. valueOf(java.lang.String name)
Returns 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.AddStrategy Modifier and Type Method Description private ChannelPipeline
DefaultChannelPipeline. internalAdd(EventExecutorGroup group, java.lang.String name, ChannelHandler handler, java.lang.String baseName, DefaultChannelPipeline.AddStrategy addStrategy)
-