Package io.undertow.protocols.http2
Class HpackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.undertow.protocols.http2.HpackException
-
- All Implemented Interfaces:
java.io.Serializable
public class HpackException extends java.lang.Exception
Exception that is thrown when the HPACK compress context is broken.In this case the connection must be closed.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HpackException()
HpackException(int closeCode)
HpackException(java.lang.String message, int closeCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCloseCode()
-