Class HeaderListSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.relism.flash.http2.hpack.HeaderListSizeException
All Implemented Interfaces:
Serializable

public final class HeaderListSizeException extends RuntimeException
Signals that a fully decoded HPACK block exceeded the configured header-list limit. The decoder delays this exception until the complete block has been consumed so dynamic-table state remains synchronized with the peer. The stream layer maps it to a request rejection without closing the HTTP/2 connection.
See Also:
  • Method Details

    • decodedSize

      public long decodedSize()