Interface Http2ResetFrame

All Superinterfaces:
Http2Frame, Http2StreamFrame
All Known Implementing Classes:
DefaultHttp2ResetFrame

public interface Http2ResetFrame extends Http2StreamFrame
HTTP/2 RST_STREAM frame.
  • Method Details

    • errorCode

      long errorCode()
      The reason for resetting the stream. Represented as an HTTP/2 error code.