Uses of Interface
io.helidon.webserver.HttpRoute
Packages that use HttpRoute
Package
Description
Reactive web server API.
HTTP/2 support for Helidon webserver.
-
Uses of HttpRoute in io.helidon.webserver
Classes in io.helidon.webserver that implement HttpRouteMethods in io.helidon.webserver that return HttpRouteModifier and TypeMethodDescriptionstatic HttpRoute
HttpRoute.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. -
Uses of HttpRoute in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement HttpRoute