Uses of Class
io.helidon.webserver.http2.Http2Route
-
Uses of Http2Route in io.helidon.webserver.http2
Modifier and TypeMethodDescriptionstatic Http2Route
Http2Route.route
(Http.Method method, String path, Handler handler) Create an HTTP/2 specific route.static Http2Route
Http2Route.route
(PathMatcher pathMatcher, Handler handler, Http.Method... methods) Create an HTTP/2 specific route.