Uses of Class
io.netty.handler.codec.MessageToMessageDecoder

Packages that use MessageToMessageDecoder
Package
Description
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.
DNS codec.
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 for Redis.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
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.