Uses of Interface
io.helidon.webserver.Routing
Packages that use Routing
Package
Description
Microprofile 1.0 server implementation.
Helidon MP integration with Tyrus.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer gRPC Support.
Helidon WebServer HTTP specific APIs.
WebSocket server support.
-
Uses of Routing in io.helidon.microprofile.server
Method parameters in io.helidon.microprofile.server with type arguments of type RoutingModifier and TypeMethodDescriptionvoid
ServerCdiExtension.addRouting
(Builder<?, ? extends Routing> routing) Add a routing to the server.void
ServerCdiExtension.addRouting
(Builder<?, ? extends Routing> routing, String socketName, boolean required, String appName) Add a routing to the server. -
Uses of Routing in io.helidon.microprofile.tyrus
Classes in io.helidon.microprofile.tyrus that implement Routing -
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 TypeMethodDescriptionRouter.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 TypeMethodDescriptionRouter.RouterBuilder.addRouting
(Builder<?, ? extends Routing> routing) Add a new routing to this router. -
Uses of Routing in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc that implement Routing -
Uses of Routing in io.helidon.webserver.http
Classes in io.helidon.webserver.http that implement Routing -
Uses of Routing in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement Routing