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
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:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class QpackException
QpackException.SessionException, QpackException.StreamException - 
Field Summary
Fields inherited from class QpackException
H3_GENERAL_PROTOCOL_ERROR, H3_MESSAGE_ERROR, QPACK_DECODER_STREAM_ERROR, QPACK_DECOMPRESSION_FAILED, QPACK_ENCODER_STREAM_ERROR - 
Constructor Summary
ConstructorsConstructorDescriptionStreamException(boolean request, boolean response, long errorCode, String message) StreamException(boolean request, boolean response, long errorCode, String message, Throwable cause)  - 
Method Summary
Methods inherited from class QpackException
getErrorCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
StreamException
 - 
StreamException
 
 - 
 - 
Method Details
- 
isRequest
public boolean isRequest() - 
isResponse
public boolean isResponse() 
 -