Uses of Class
io.helidon.nima.http2.webserver.Http2Route
Packages that use Http2Route
-
Uses of Http2Route in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver that return Http2RouteModifier and TypeMethodDescriptionstatic Http2RouteHttp2Route.route(Http.Method method, String path, Handler handler) Create a new HTTP/2 only route.