Package org.eclipse.jetty.http2.hpack
Class HpackException.SessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jetty.http2.hpack.HpackException
-
- org.eclipse.jetty.http2.hpack.HpackException.SessionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HpackException.CompressionException
- Enclosing class:
- HpackException
public static class HpackException.SessionException extends HpackException
A Session HPACK Exception.Session exceptions are fatal for the stream and the HPACK state is unable to decode/encode further.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.http2.hpack.HpackException
HpackException.CompressionException, HpackException.SessionException, HpackException.StreamException
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-