Uses of Record Class
io.helidon.http.http2.Http2RstStream
-
Uses of Http2RstStream in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2RstStreamModifier and TypeMethodDescriptionstatic Http2RstStreamHttp2RstStream.create(io.helidon.common.buffers.BufferData bufferData) Create a RST stream from frame data.Methods in io.helidon.http.http2 with parameters of type Http2RstStreamModifier and TypeMethodDescriptiondefault voidHttp2FrameListener.frame(io.helidon.common.socket.SocketContext ctx, int streamId, Http2RstStream rstStream) RST stream frame.voidHttp2LoggingFrameListener.frame(io.helidon.common.socket.SocketContext ctx, int streamId, Http2RstStream rstStream) booleanHttp2Stream.rstStream(Http2RstStream rstStream) Close the stream.