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.
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.
-
Uses of DecoderException in io.netty.handler.codec
Subclasses of DecoderException in io.netty.handler.codecModifier and TypeClassDescriptionclassAnDecoderExceptionwhich is thrown when the received frame data could not be decoded by an inbound handler.classAnDecoderExceptionwhich 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.compressionModifier and TypeClassDescriptionclassADecoderExceptionthat is raised when decompression failed. -
Uses of DecoderException in io.netty.handler.codec.haproxy
Subclasses of DecoderException in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionclassADecoderExceptionwhich 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.httpModifier and TypeClassDescriptionfinal classThrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters.final classThrown when HTTP chunks could not be parsed, typically due to incorrect use of CR LF delimiters.final classThrown when strict line parsing is enabled, and HTTP start- and header field-lines are not separated by CR LF octet pairs.final classAnTooLongFrameExceptionwhich is thrown when the length of the content decoded is greater than the allowed maximum.final classAnTooLongFrameExceptionwhich is thrown when the length of the header decoded is greater than the allowed maximum.final classAnTooLongFrameExceptionwhich 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.multipartModifier and TypeClassDescriptionstatic classException when the body is fully decoded, even if there is still datastatic classException when an error occurs while decodingstatic classException when try reading data from request in chunked format, and not enough data are available (need more chunks)static final classException when a field content is too longstatic final classException 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.websocketxModifier and TypeClassDescriptionfinal classAnDecoderExceptionwhich 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.mqttModifier and TypeClassDescriptionfinal classAMqttIdentifierRejectedExceptionwhich is thrown when a CONNECT request contains invalid client identifier.final classAMqttUnacceptableProtocolVersionExceptionwhich is thrown when a CONNECT request contains unacceptable protocol version.