Interface Http2ResetFrame
- All Superinterfaces:
Http2Frame, Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2ResetFrame
HTTP/2 RST_STREAM frame.
-
Method Summary
Methods inherited from interface Http2Frame
nameMethods inherited from interface Http2StreamFrame
stream, streamModifier and TypeMethodDescriptionstream()Returns theHttp2FrameStreamobject for this frame, ornullif the frame has yet to be associated with a stream.stream(Http2FrameStream stream) Set theHttp2FrameStreamobject for this frame.
-
Method Details
-
errorCode
long errorCode()The reason for resetting the stream. Represented as an HTTP/2 error code.
-