Uses of Interface
io.helidon.webserver.http.HttpRules
Package
Description
Integrating with OCI Metrics.
Helidon OpenAPI UI support.
Mock LRA coordinator with Narayana like rest api for testing.
Helidon OpenAPI support.
Helidon WebServer CORS Support.
Helidon WebServer GraphQL Support.
Helidon WebServer HTTP specific APIs.
-
Uses of HttpRules in io.helidon.integrations.oci.metrics
-
Uses of HttpRules in io.helidon.integrations.openapi.ui
-
Uses of HttpRules in io.helidon.lra.coordinator
-
Uses of HttpRules in io.helidon.openapi
-
Uses of HttpRules in io.helidon.webserver.cors
-
Uses of HttpRules in io.helidon.webserver.graphql
-
Uses of HttpRules in io.helidon.webserver.http
Modifier and TypeMethodDescriptiondefault HttpRules
Add a route that executes on any HTTP method and any path.default HttpRules
Add a route that executes on any HTTP method and any path.default HttpRules
Add a delete route.default HttpRules
Add a delete route.default HttpRules
Add a get route.default HttpRules
Add a get route.default HttpRules
Add a head route.default HttpRules
Add a head route.default HttpRules
Add an options route.default HttpRules
Add an options route.default HttpRules
Add an options route.default HttpRules
Add an options route.default HttpRules
Add a post route.default HttpRules
Add a post route.default HttpRules
Add a put route.default HttpRules
Add a put route.HttpRules.register
(HttpService... service) Register a service on the current path.HttpRules.register
(String pathPattern, HttpService... service) Register a service on sub-path of the current path.default HttpRules
HttpRules.register
(String pathPattern, Supplier<? extends HttpService> service) Register a service on sub-path of the current path.default HttpRules
HttpRules.register
(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2) Register two services on sub-path of the current path.default HttpRules
HttpRules.register
(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3) Register three services on sub-path of the current path.default HttpRules
HttpRules.register
(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4) Register four services on sub-path of the current path.default HttpRules
HttpRules.register
(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4, Supplier<? extends HttpService> service5) Register five services on sub-path of the current path.default HttpRules
HttpRules.register
(String pathPattern, List<Supplier<? extends HttpService>> services) Register services on sub-path of the current path.default HttpRules
HttpRules.register
(Supplier<? extends HttpService> service) Register a service on the current path.default HttpRules
HttpRules.register
(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2) Register two services on the current path.default HttpRules
HttpRules.register
(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3) Register three services on the current path.default HttpRules
HttpRules.register
(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4) Register four services on the current path.default HttpRules
HttpRules.register
(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4, Supplier<? extends HttpService> service5) Register five services on the current path.default HttpRules
HttpRules.register
(List<Supplier<? extends HttpService>> services) Register services on the current path.default HttpRules
HttpRules.route
(Method method, PathMatcher pathMatcher, Handler handler) Add a route.default HttpRules
Add a route.default HttpRules
Add a route.default HttpRules
HttpRules.route
(Method method, String pathPattern, Consumer<ServerRequest> handler) Add a route.default HttpRules
HttpRules.route
(Method method, String pathPattern, Function<ServerRequest, ?> handler) Add a route.default HttpRules
Add a route.Add a route.default HttpRules
HttpRules.route
(Predicate<Method> methodPredicate, PathMatcher pathMatcher, Handler handler) Add a route.default HttpRules
Add a route.default HttpRules
Add an options route.default HttpRules
Add an options route.