Class InvalidChunkExtensionException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class InvalidChunkExtensionException
    extends CorruptedFrameException
    Thrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters.

    RFC 9112 specifies that chunk header lines must be terminated in a CR LF pair, and that a lone LF octet is not allowed within the chunk header line.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidChunkExtensionException

        public InvalidChunkExtensionException()
      • InvalidChunkExtensionException

        public InvalidChunkExtensionException​(java.lang.String message,
                                              java.lang.Throwable cause)
      • InvalidChunkExtensionException

        public InvalidChunkExtensionException​(java.lang.String message)
      • InvalidChunkExtensionException

        public InvalidChunkExtensionException​(java.lang.Throwable cause)