Uses of Class
io.netty.channel.ChannelDuplexHandler

Packages that use ChannelDuplexHandler
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.
This package contains Cross Origin Resource Sharing (CORS) related classes.
Encoder, decoder, handshakers to handle WebSocket Extensions.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
Handlers for sending and receiving HTTP/2 frames.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
Package to control the flow of messages.
Package to control flush behavior.
Logs the I/O events for debugging purpose.
Capture data and write into Pcap format which helps in troubleshooting.
Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling
Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
Adds support for read and write timeout and idle connection notification using a Timer.
Implementation of a Traffic Shaping Handler and Dynamic Statistics.