JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
io.helidon.webserver.http2.Http2Route
Packages that use
Http2Route
Package
Description
io.helidon.webserver.http2
Helidon WebServer HTTP/2 Support.
Uses of
Http2Route
in
io.helidon.webserver.http2
Methods in
io.helidon.webserver.http2
that return
Http2Route
Modifier and Type
Method
Description
static
Http2Route
Http2Route.
route
(
Method
method,
String
path,
Handler
handler)
Create a new HTTP/2 only route.