Uses of Class
io.netty.handler.codec.CodecException
-
Packages that use CodecException 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 CodecException in io.netty.handler.codec
Subclasses of CodecException 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.classDecoderExceptionAnCodecExceptionwhich is thrown by a decoder.classEncoderExceptionAnCodecExceptionwhich is thrown by an encoder.classPrematureChannelClosureExceptionACodecExceptionwhich is thrown when aChannelis closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.classTooLongFrameExceptionAnDecoderExceptionwhich is thrown when the length of the frame decoded is greater than the allowed maximum.classUnsupportedMessageTypeExceptionThrown if an unsupported message is received by an codec.
-