Uses of Interface
io.helidon.webserver.Router
Package
Description
Reactive web server API.
HTTP/2 support for Helidon webserver.
SPI to provide extended capabilities for webserver.
WebSocket support for Helidon webserver.
-
Uses of Router in io.helidon.webserver
-
Uses of Router in io.helidon.webserver.http2
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Http2UpgradeCodecProvider.upgradeCodec
(io.netty.handler.codec.http.HttpServerCodec httpServerCodec, Router router, int maxContentLength) -
Uses of Router in io.helidon.webserver.spi
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
UpgradeCodecProvider.upgradeCodec
(io.netty.handler.codec.http.HttpServerCodec sourceCodec, Router router, int maxContentLength) Deprecated.Codec used by theHttpServerUpgradeHandler
whenclearTextProtocol()
matches. -
Uses of Router in io.helidon.webserver.websocket
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
WebsocketUpgradeCodecProvider.upgradeCodec
(io.netty.handler.codec.http.HttpServerCodec httpServerCodec, Router router, int maxContentLength)