Uses of Record Class
io.helidon.http.http2.Http2RstStream
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
Helidon WebServer HTTP/2 SPI.
-
Uses of Http2RstStream in io.helidon.http.http2
Modifier and TypeMethodDescriptionstatic Http2RstStream
Http2RstStream.create
(BufferData bufferData) Create a RST stream from frame data.Modifier and TypeMethodDescriptiondefault void
Http2FrameListener.frame
(SocketContext ctx, int streamId, Http2RstStream rstStream) RST stream frame.void
Http2LoggingFrameListener.frame
(SocketContext ctx, int streamId, Http2RstStream rstStream) boolean
Http2Stream.rstStream
(Http2RstStream rstStream) Close the stream. -
Uses of Http2RstStream in io.helidon.webclient.http2
-
Uses of Http2RstStream in io.helidon.webserver.http2.spi
Modifier and TypeMethodDescriptionvoid
Http2SubProtocolSelector.SubProtocolHandler.rstStream
(Http2RstStream rstStream) RST stream was received.