Uses of Class
io.helidon.webserver.Http1Route
Package
Description
Reactive web server API.
HTTP/2 support for Helidon webserver.
-
Uses of Http1Route in io.helidon.webserver
Modifier and TypeMethodDescriptionstatic Http1Route
Http1Route.route
(Http.Method method, String path, Handler handler) Create an HTTP/1 specific route.static Http1Route
Http1Route.route
(PathMatcher pathMatcher, Handler handler, Http.Method... methods) Create an HTTP/1.1 specific route. -
Uses of Http1Route in io.helidon.webserver.http2