Class H2StreamResetException

All Implemented Interfaces:
Serializable

public class H2StreamResetException extends HttpStreamResetException
Signals HTTP/2 protocol error that renders the actual HTTP/2 data stream unreliable.
Since:
5.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Required for serialization support.
      See Also:
    • code

      private final int code
  • Constructor Details

    • H2StreamResetException

      public H2StreamResetException(H2Error error, String message)
    • H2StreamResetException

      public H2StreamResetException(int code, String message)
  • Method Details

    • getCode

      public int getCode()