JavaScript is disabled on your browser.
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method
io.netty.handler.codec.http

Class InvalidChunkTerminationException

  • All Implemented Interfaces:
    Serializable


    public final class InvalidChunkTerminationException
    extends CorruptedFrameException 
    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:
    Serialized Form
    • Constructor Detail

      • InvalidChunkTerminationException

        public InvalidChunkTerminationException()
      • InvalidChunkTerminationException

        public InvalidChunkTerminationException(String message,
         Throwable cause)
      • InvalidChunkTerminationException

        public InvalidChunkTerminationException(String message)
      • InvalidChunkTerminationException

        public InvalidChunkTerminationException(Throwable cause)
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2008–2025 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /