Uses of Interface
io.helidon.webserver.HttpRoute
Packages that use HttpRoute
-
Uses of HttpRoute in io.helidon.webserver
Classes in io.helidon.webserver that implement HttpRouteMethods in io.helidon.webserver that return HttpRouteModifier and TypeMethodDescriptionstatic HttpRouteHttpRoute.route(Http.Method method, String path, Handler handler) Create HTTP route.Methods in io.helidon.webserver with parameters of type HttpRouteModifier and TypeMethodDescriptionAdd a route.