Package io.netty.handler.codec.http2
Interface Http2ResetFrame
- All Superinterfaces:
Http2Frame
,Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2ResetFrame
HTTP/2 RST_STREAM frame.
-
Method Summary
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.
-