Class 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:
  • Constructor Details

    • StreamException

      public StreamException(boolean request, boolean response, long errorCode, String message)
    • StreamException

      public StreamException(boolean request, boolean response, long errorCode, String message, Throwable cause)
  • Method Details

    • isRequest

      public boolean isRequest()
    • isResponse

      public boolean isResponse()