Uses of Interface
io.helidon.webserver.Routing
Packages that use Routing
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP specific APIs.
-
Uses of Routing in io.helidon.webserver
Methods in io.helidon.webserver with type parameters of type RoutingMethods in io.helidon.webserver that return types with arguments of type RoutingModifier and TypeMethodDescriptionWebServerConfig.BuilderBase.namedRoutings()Routing for additional sockets.WebServerConfig.BuilderBase.WebServerConfigImpl.namedRoutings()ListenerConfig.BuilderBase.ListenerConfigImpl.routings()ListenerConfig.BuilderBase.routings()List of all routings (possibly for multiple protocols).Router.RouterBuilder.routings()List of all routing builders registered with this router builder.Router.routings()List of all conifgured routings.Method parameters in io.helidon.webserver with type arguments of type RoutingModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addRouting(io.helidon.common.Builder<?, ? extends Routing> routing) List of all routings (possibly for multiple protocols).Router.RouterBuilder.addRouting(io.helidon.common.Builder<?, ? extends Routing> routing) Add a new routing to this router.ListenerConfig.BuilderBase.addRoutings(List<io.helidon.common.Builder<?, ? extends Routing>> routings) List of all routings (possibly for multiple protocols).List of all routings (possibly for multiple protocols). -
Uses of Routing in io.helidon.webserver.http
Classes in io.helidon.webserver.http that implement Routing