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 TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.routings()ListenerConfig.BuilderBase.routings()List of all routings (possibly for multiple protocols).Router.routings()List of all conifgured routings.Methods in io.helidon.webserver with parameters of type RoutingModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addRouting(Routing routing) List of all routings (possibly for multiple protocols).Router.RouterBuilder.addRouting(Routing routing) Add a new routing to this router.Method parameters in io.helidon.webserver with type arguments of type RoutingModifier and TypeMethodDescriptiondefault BRouter.RouterBuilder.addRouting(Supplier<? extends Routing> routing) Add a new routing to this router.ListenerConfig.BuilderBase.addRoutings(List<? 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