Uses of Interface
io.helidon.webserver.http.HttpRules
Packages that use HttpRules
-
Uses of HttpRules in io.helidon.webserver.http
Subinterfaces of HttpRules in io.helidon.webserver.httpMethods in io.helidon.webserver.http that return HttpRulesModifier and TypeMethodDescriptiondefault HttpRulesAdd a route that executes on any HTTP method and any path.default HttpRulesAdd a route that executes on any HTTP method and any path.default HttpRulesAdd a delete route.default HttpRulesAdd a delete route.default HttpRulesAdd a get route.default HttpRulesAdd a get route.default HttpRulesAdd a head route.default HttpRulesAdd a head route.default HttpRulesAdd an options route.default HttpRulesAdd an options route.default HttpRulesAdd an options route.default HttpRulesAdd an options route.default HttpRulesAdd a post route.default HttpRulesAdd a post route.default HttpRulesAdd a put route.default HttpRulesAdd a put route.HttpRules.register(String pathPattern, Supplier<? extends HttpService>... service) Register a service on sub-path of the current path.HttpRules.register(Supplier<? extends HttpService>... service) Register a service on the current path.default HttpRulesHttpRules.route(Http.Method method, PathMatcher pathMatcher, Handler handler) Add a route.default HttpRulesHttpRules.route(Http.Method method, Handler handler) Add a route.default HttpRulesHttpRules.route(Http.Method method, String pathPattern, Handler handler) Add a route.default HttpRulesHttpRules.route(Http.Method method, String pathPattern, Consumer<ServerRequest> handler) Add a route.default HttpRulesHttpRules.route(Http.Method method, String pathPattern, Function<ServerRequest, ?> handler) Add a route.default HttpRulesHttpRules.route(Http.Method method, String pathPattern, Supplier<?> handler) Add a route.Add a route.default HttpRulesHttpRules.route(Predicate<Http.Method> methodPredicate, PathMatcher pathMatcher, Handler handler) Add a route.default HttpRulesAdd a route.default HttpRulesAdd an options route.default HttpRulesAdd an options route.Methods in io.helidon.webserver.http with parameters of type HttpRules