Uses of Interface
io.helidon.nima.webserver.Routing
Packages that use Routing
Package
Description
Helidon MP integration with Tyrus.
GRPC support for Helidon Níma WebServer.
Níma WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
WebServer HTTP specific APIs.
WebSocket server support.
-
Uses of Routing in io.helidon.microprofile.tyrus
Classes in io.helidon.microprofile.tyrus that implement Routing -
Uses of Routing in io.helidon.nima.grpc.webserver
Classes in io.helidon.nima.grpc.webserver that implement Routing -
Uses of Routing in io.helidon.nima.webserver
Methods in io.helidon.nima.webserver with type parameters of type RoutingMethods in io.helidon.nima.webserver with parameters of type RoutingModifier and TypeMethodDescriptionRouter.RouterBuilder.addRouting(Routing routing) Add a new routing to this router.WebServer.Builder.addRouting(Routing routing) Method parameters in io.helidon.nima.webserver with type arguments of type RoutingModifier and TypeMethodDescriptiondefault BRouter.RouterBuilder.addRouting(Supplier<? extends Routing> routing) Add a new routing to this router. -
Uses of Routing in io.helidon.nima.webserver.http
Classes in io.helidon.nima.webserver.http that implement Routing -
Uses of Routing in io.helidon.nima.websocket.webserver
Classes in io.helidon.nima.websocket.webserver that implement Routing