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

Packages that use DecoderException
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 compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
Decodes an HAProxy proxy protocol header
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Encoder, decoder and different Message Types for MQTT.
SMTP codec.