Uses of Record Class
io.helidon.http.http2.Http2RstStream
Packages that use Http2RstStream
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebServer HTTP/2 SPI.
-
Uses of Http2RstStream in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2RstStreamModifier and TypeMethodDescriptionstatic Http2RstStreamHttp2RstStream.create(BufferData bufferData) Create a RST stream from frame data.Methods in io.helidon.http.http2 with parameters of type Http2RstStreamModifier and TypeMethodDescriptiondefault voidHttp2FrameListener.frame(SocketContext ctx, int streamId, Http2RstStream rstStream) RST stream frame.voidHttp2LoggingFrameListener.frame(SocketContext ctx, int streamId, Http2RstStream rstStream) booleanHttp2Stream.rstStream(Http2RstStream rstStream) Close the stream. -
Uses of Http2RstStream in io.helidon.webserver.http2.spi
Methods in io.helidon.webserver.http2.spi with parameters of type Http2RstStreamModifier and TypeMethodDescriptionvoidHttp2SubProtocolSelector.SubProtocolHandler.rstStream(Http2RstStream rstStream) RST stream was received.