Class PeerClosedStreamException

All Implemented Interfaces:
Serializable, scala.util.control.NoStackTrace

public class PeerClosedStreamException extends Http2Exception implements scala.util.control.NoStackTrace
Exception that will be reported on the request entity stream when the peer closed the stream.
See Also:
  • Constructor Details

    • PeerClosedStreamException

      public PeerClosedStreamException(int streamId, String errorCode, int numericErrorCode)
    • PeerClosedStreamException

      public PeerClosedStreamException(int streamId, Http2Protocol.ErrorCode errorCode)
  • Method Details

    • errorCode

      public String errorCode()
    • numericErrorCode

      public int numericErrorCode()
    • streamId

      public int streamId()