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.io.netty.handler.codec.compression io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.multipart HTTP multipart support.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
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. -
Uses of DecoderException in io.netty.handler.codec.compression
Subclasses of DecoderException in io.netty.handler.codec.compression Modifier and Type Class Description classDecompressionExceptionADecoderExceptionthat is raised when decompression failed. -
Uses of DecoderException in io.netty.handler.codec.haproxy
Subclasses of DecoderException in io.netty.handler.codec.haproxy Modifier and Type Class Description classHAProxyProtocolExceptionADecoderExceptionwhich is thrown when an invalid HAProxy proxy protocol header is encountered -
Uses of DecoderException in io.netty.handler.codec.http
Subclasses of DecoderException in io.netty.handler.codec.http Modifier and Type Class Description classInvalidChunkExtensionExceptionThrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters.classInvalidChunkTerminationExceptionThrown when HTTP chunks could not be parsed, typically due to incorrect use of CR LF delimiters.classInvalidLineSeparatorExceptionThrown when strict line parsing is enabled, and HTTP start- and header field-lines are not seperated by CR LF octet pairs.classTooLongHttpContentExceptionAnTooLongFrameExceptionwhich is thrown when the length of the content decoded is greater than the allowed maximum.classTooLongHttpHeaderExceptionAnTooLongFrameExceptionwhich is thrown when the length of the header decoded is greater than the allowed maximum.classTooLongHttpLineExceptionAnTooLongFrameExceptionwhich is thrown when the length of the line decoded is greater than the allowed maximum. -
Uses of DecoderException in io.netty.handler.codec.http.multipart
Subclasses of DecoderException in io.netty.handler.codec.http.multipart Modifier and Type Class Description static classHttpPostRequestDecoder.EndOfDataDecoderExceptionException when the body is fully decoded, even if there is still datastatic classHttpPostRequestDecoder.ErrorDataDecoderExceptionException when an error occurs while decodingstatic classHttpPostRequestDecoder.NotEnoughDataDecoderExceptionException when try reading data from request in chunked format, and not enough data are available (need more chunks)static classHttpPostRequestDecoder.TooLongFormFieldExceptionException when a field content is too longstatic classHttpPostRequestDecoder.TooManyFormFieldsExceptionException when the maximum number of fields for a given form is reached -
Uses of DecoderException in io.netty.handler.codec.http.websocketx
Subclasses of DecoderException in io.netty.handler.codec.http.websocketx Modifier and Type Class Description classCorruptedWebSocketFrameExceptionAnDecoderExceptionwhich is thrown when the receivedWebSocketFramedata could not be decoded by an inbound handler. -
Uses of DecoderException in io.netty.handler.codec.mqtt
Subclasses of DecoderException in io.netty.handler.codec.mqtt Modifier and Type Class Description classMqttIdentifierRejectedExceptionAMqttIdentifierRejectedExceptionwhich is thrown when a CONNECT request contains invalid client identifier.classMqttUnacceptableProtocolVersionExceptionAMqttUnacceptableProtocolVersionExceptionwhich is thrown when a CONNECT request contains unacceptable protocol version.
-