Interface Http2ResetFrame

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

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

    Modifier and Type
    Method
    Description
    long
    The reason for resetting the stream.

    Methods inherited from interface io.netty.handler.codec.http2.Http2Frame

    name

    Methods inherited from interface io.netty.handler.codec.http2.Http2StreamFrame

    stream, stream
  • Method Details

    • errorCode

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