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