-
- All Superinterfaces:
Http2Frame
,Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2ResetFrame
@UnstableApi public interface Http2ResetFrame extends Http2StreamFrame
HTTP/2 RST_STREAM frame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
errorCode()
The reason for resetting the stream.-
Methods inherited from interface io.netty5.handler.codec.http2.Http2Frame
name
-
Methods inherited from interface io.netty5.handler.codec.http2.Http2StreamFrame
stream, stream
-
-