Package io.undertow.protocols.http2
Class HpackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.undertow.protocols.http2.HpackException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the HPACK compress context is broken.
In this case the connection must be closed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HpackException
public HpackException() -
HpackException
-
HpackException
public HpackException(int closeCode)
-
-
Method Details
-
getCloseCode
public int getCloseCode()
-