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