Uses of Interface
io.helidon.nima.webserver.Router
Packages that use Router
Package
Description
HTTP/2 WebServer SPI.
NĂma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of Router in io.helidon.nima.http2.webserver.spi
Methods in io.helidon.nima.http2.webserver.spi with parameters of type RouterModifier 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. -
Uses of Router in io.helidon.nima.webserver
Methods in io.helidon.nima.webserver that return Router