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.http1.Http1Route
Packages that use
Http1Route
Package
Description
io.helidon.webserver.http1
Helidon WebServer HTTP/1.1 specific APIs.
Uses of
Http1Route
in
io.helidon.webserver.http1
Methods in
io.helidon.webserver.http1
that return
Http1Route
Modifier and Type
Method
Description
static
Http1Route
Http1Route.
route
(
Method
method,
String
path,
Handler
handler)
Create an HTTP/1 specific route.