Class QpackException.StreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.http3.qpack.QpackException
org.eclipse.jetty.http3.qpack.QpackException.StreamException
All Implemented Interfaces:
Serializable
Enclosing class:
QpackException

public static class QpackException.StreamException extends QpackException
A Stream QPACK exception.

Stream exceptions are not fatal to the connection and the qpack state is complete and able to continue handling other decoding/encoding for the session.

See Also: