Class InvalidChunkTerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.CorruptedFrameException
io.netty.handler.codec.http.InvalidChunkTerminationException
- All Implemented Interfaces:
Serializable
Thrown when HTTP chunks could not be parsed, typically due to incorrect use of CR LF delimiters.
RFC 9112 specifies that chunk bodies must be terminated in a CR LF pair, and that the delimiter must follow the given chunk-size number of octets in chunk-data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidChunkTerminationException(String message) InvalidChunkTerminationException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidChunkTerminationException
public InvalidChunkTerminationException() -
InvalidChunkTerminationException
-
InvalidChunkTerminationException
-
InvalidChunkTerminationException
-