Uses of Class
io.helidon.webserver.http.HttpRouting
Packages that use HttpRouting
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 HttpRouting in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type HttpRoutingModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.routing()ListenerConfig.BuilderBase.routing()Http routing.Methods in io.helidon.webserver with parameters of type HttpRoutingModifier and TypeMethodDescriptionListenerConfig.BuilderBase.routing(HttpRouting routing) Http routing. -
Uses of HttpRouting in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return HttpRoutingModifier and TypeMethodDescriptionstatic HttpRoutingHttpRouting.create()Create a default router.static HttpRoutingHttpRouting.empty()Empty routing (all requests will returnStatus.NOT_FOUND_404.