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 RoutingMethods in io.helidon.microprofile.tyrus that return types with arguments of type 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 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.Routing.routingType()
Method parameters in io.helidon.webserver with type arguments of type RoutingModifier and TypeMethodDescriptionListenerConfig.BuilderBase.addRouting
(Builder<?, ? extends Routing> routing) List of all routings (possibly for multiple protocols).Router.RouterBuilder.addRouting
(Builder<?, ? extends Routing> routing) Add a new routing to this router.ListenerConfig.BuilderBase.addRoutings
(List<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.grpc
Classes in io.helidon.webserver.grpc that implement RoutingMethods in io.helidon.webserver.grpc that return types with arguments of type Routing -
Uses of Routing in io.helidon.webserver.http
Subinterfaces of Routing in io.helidon.webserver.httpMethods in io.helidon.webserver.http that return types with arguments of type Routing -
Uses of Routing in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement RoutingMethods in io.helidon.webserver.websocket that return types with arguments of type Routing