Uses of Interface
io.helidon.webserver.http.HttpRouting
Packages that use HttpRouting
-
Uses of HttpRouting in io.helidon.webserver.http
Subinterfaces with type arguments of type HttpRouting in io.helidon.webserver.httpMethods 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.