Uses of Interface
io.helidon.nima.http2.webserver.spi.Http2SubProtocolSelector
Packages that use Http2SubProtocolSelector
Package
Description
GRPC support for Helidon NĂma WebServer.
HTTP/2 WebServer.
HTTP/2 WebServer SPI.
-
Uses of Http2SubProtocolSelector in io.helidon.nima.grpc.webserver
Methods in io.helidon.nima.grpc.webserver that return Http2SubProtocolSelectorModifier and TypeMethodDescription -
Uses of Http2SubProtocolSelector in io.helidon.nima.http2.webserver
Constructor parameters in io.helidon.nima.http2.webserver with type arguments of type Http2SubProtocolSelectorModifierConstructorDescriptionHttp2Stream(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 Http2SubProtocolSelector in io.helidon.nima.http2.webserver.spi
Methods in io.helidon.nima.http2.webserver.spi that return Http2SubProtocolSelectorModifier and TypeMethodDescriptionCreates an instance of HTTP/2 sub-protocol selector.