Package dev.relism.flash.http2.hpack
Class HeaderListSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.relism.flash.http2.hpack.HeaderListSizeException
- All Implemented Interfaces:
Serializable
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 Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
decodedSize
public long decodedSize()
-