Uses of Class
io.netty.channel.ChannelOutboundHandlerAdapter

Package
Description
Package to dynamically replace local / remote SocketAddress.
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 and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
DNS codec.
Decodes an HAProxy proxy protocol header
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Encoder, decoder, handshakers to handle WebSocket Extensions.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder for Redis.
An RTSP extension based on the HTTP codec.
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
SMTP codec.
Encoder, decoder and their related message types for Socks.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
Encoder and decoder which transform a String into a ByteBuf and vice versa.
Adds support for read and write timeout and idle connection notification using a Timer.