Uses of Class
io.netty.handler.codec.CodecException
Packages that use CodecException
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.
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.
Encoder, decoder for Redis.
-
Uses of CodecException in io.netty.handler.codec
Subclasses of CodecException in io.netty.handler.codecModifier and TypeClassDescriptionclass
AnDecoderException
which is thrown when the received frame data could not be decoded by an inbound handler.class
AnCodecException
which is thrown by a decoder.class
AnCodecException
which is thrown by an encoder.class
ACodecException
which is thrown when aChannel
is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.class
AnDecoderException
which is thrown when the length of the frame decoded is greater than the allowed maximum.class
Thrown if an unsupported message is received by an codec. -
Uses of CodecException in io.netty.handler.codec.compression
Subclasses of CodecException in io.netty.handler.codec.compressionModifier and TypeClassDescriptionclass
AnEncoderException
that is raised when compression failed.class
ADecoderException
that is raised when decompression failed. -
Uses of CodecException in io.netty.handler.codec.haproxy
Subclasses of CodecException in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionclass
ADecoderException
which is thrown when an invalid HAProxy proxy protocol header is encountered -
Uses of CodecException in io.netty.handler.codec.http
Subclasses of CodecException in io.netty.handler.codec.httpModifier and TypeClassDescriptionfinal class
AnTooLongFrameException
which is thrown when the length of the content decoded is greater than the allowed maximum.final class
AnTooLongFrameException
which is thrown when the length of the header decoded is greater than the allowed maximum.final class
AnTooLongFrameException
which is thrown when the length of the line decoded is greater than the allowed maximum. -
Uses of CodecException in io.netty.handler.codec.http.multipart
Subclasses of CodecException in io.netty.handler.codec.http.multipartModifier and TypeClassDescriptionstatic class
Exception when the body is fully decoded, even if there is still datastatic class
Exception when an error occurs while decodingstatic class
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)static final class
Exception when a field content is too longstatic final class
Exception when the maximum number of fields for a given form is reached -
Uses of CodecException in io.netty.handler.codec.http.websocketx
Subclasses of CodecException in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionfinal class
AnDecoderException
which is thrown when the receivedWebSocketFrame
data could not be decoded by an inbound handler. -
Uses of CodecException in io.netty.handler.codec.mqtt
Subclasses of CodecException in io.netty.handler.codec.mqttModifier and TypeClassDescriptionfinal class
AMqttIdentifierRejectedException
which is thrown when a CONNECT request contains invalid client identifier.final class
AMqttUnacceptableProtocolVersionException
which is thrown when a CONNECT request contains unacceptable protocol version. -
Uses of CodecException in io.netty.handler.codec.redis
Subclasses of CodecException in io.netty.handler.codec.redisModifier and TypeClassDescriptionfinal class