Uses of Interface
io.netty.channel.ChannelPipeline

Packages that use ChannelPipeline
Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Common superset of ascii and binary classes.
Encoder, decoder for Redis.
STOMP codec