Class HpackException.StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.http2.hpack.HpackException
org.eclipse.jetty.http2.hpack.HpackException.StreamException
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 HpackException
A Stream HPACK exception.
Stream exceptions are not fatal to the connection and the hpack 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 HpackException
HpackException.CompressionException, HpackException.SessionException, HpackException.StreamException - 
Constructor Summary
ConstructorsConstructorDescriptionStreamException(boolean request, boolean response, String messageFormat, Object... args) StreamException(Throwable cause, boolean request, boolean response, String messageFormat, Object... args)  - 
Method Summary
Methods 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() 
 -