Uses of Interface
io.helidon.nima.http2.Http2StreamWriter
Packages that use Http2StreamWriter
Package
Description
HTTP/2 types common for client and server.
HTTP/2 WebServer.
HTTP/2 WebServer SPI.
-
Uses of Http2StreamWriter in io.helidon.nima.http2
Classes in io.helidon.nima.http2 that implement Http2StreamWriter -
Uses of Http2StreamWriter in io.helidon.nima.http2.webserver
Constructors in io.helidon.nima.http2.webserver with parameters of type Http2StreamWriterModifierConstructorDescriptionHttp2Stream(ConnectionContext ctx, HttpRouting routing, Http2Config http2Config, List<Http2SubProtocolSelector> subProviders, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, Http2StreamWriter writer, ConnectionFlowControl connectionFlowControl) A new HTTP/2 server stream. -
Uses of Http2StreamWriter in io.helidon.nima.http2.webserver.spi
Methods in io.helidon.nima.http2.webserver.spi with parameters of type Http2StreamWriterModifier and TypeMethodDescriptionHttp2SubProtocolSelector.subProtocol(ConnectionContext ctx, HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, Http2StreamState currentStreamState, Router router) Check if this is a sub-protocol request and return appropriate result.