Uses of Interface
io.helidon.webserver.Routing
Package
Description
Reactive web server API.
WebSocket support for Helidon webserver.
-
Uses of Routing in io.helidon.webserver
Modifier and TypeMethodDescriptionWebServer.Builder.addNamedRouting
(String name, Routing routing) Associates a dedicated routing with an additional server socket configuration.Router.RouterBuilder.addRouting
(Routing routing) Add a new routing to this router.WebServer.Builder.addRouting
(Routing routing) Configure the default routing of this WebServer.WebServer.Builder.addSocket
(SocketConfiguration socketConfiguration, Routing routing) Add a named socket and routing.static WebServer.Builder
Creates a builder of theWebServer
.static WebServer
Creates new instance from provided routing and default configuration.static WebServer
Creates new instance from provided configuration and routing.Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionWebServer.Builder.addNamedRouting
(String name, Supplier<Routing> routingBuilder) Associates a dedicated routing with an additional server socket configuration.default B
Router.RouterBuilder.addRouting
(Supplier<? extends Routing> routing) Add a new routing to this router.WebServer.Builder.addRouting
(Supplier<Routing> routingSupplier) Configure the default routing of this WebServer.static WebServer.Builder
Creates a builder of theWebServer
.static WebServer
Creates new instance from provided routing and default configuration.static WebServer
Creates new instance from provided configuration and routing.Configure the default routing of this WebServer. -
Uses of Routing in io.helidon.webserver.websocket
WebServer.Builder.addRouting(Routing)
orWebServer.Builder.addRouting(Routing)
instead.