Uses of Class
io.netty.handler.codec.DecoderException
-
Packages that use DecoderException Package Description io.netty.handler.codec 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. -
-
Uses of DecoderException in io.netty.handler.codec
Subclasses of DecoderException in io.netty.handler.codec Modifier and Type Class Description classCorruptedFrameExceptionAnDecoderExceptionwhich is thrown when the received frame data could not be decoded by an inbound handler.classTooLongFrameExceptionAnDecoderExceptionwhich is thrown when the length of the frame decoded is greater than the allowed maximum.
-