Uses of Interface
io.helidon.webserver.http.HttpService
Packages that use HttpService
-
Uses of HttpService in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type HttpServiceModifier and TypeMethodDescriptionHttpRouting.Builder.register(HttpService... service) HttpRouting.Builder.register(String path, HttpService... service) 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.Method parameters in io.helidon.webserver.http with type arguments of type HttpServiceModifier and TypeMethodDescriptiondefault HttpRouting.BuilderHttpRouting.Builder.register(String pathPattern, Supplier<? extends HttpService> service) default HttpRouting.BuilderHttpRouting.Builder.register(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2) default HttpRouting.BuilderHttpRouting.Builder.register(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3) default HttpRouting.BuilderHttpRouting.Builder.register(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4) default HttpRouting.BuilderHttpRouting.Builder.register(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4, Supplier<? extends HttpService> service5) default HttpRouting.BuilderHttpRouting.Builder.register(String pathPattern, List<Supplier<? extends HttpService>> services) default HttpRouting.BuilderHttpRouting.Builder.register(Supplier<? extends HttpService> service) default HttpRouting.BuilderHttpRouting.Builder.register(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2) default HttpRouting.BuilderHttpRouting.Builder.register(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3) default HttpRouting.BuilderHttpRouting.Builder.register(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4) default HttpRouting.BuilderHttpRouting.Builder.register(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3, Supplier<? extends HttpService> service4, Supplier<? extends HttpService> service5) default HttpRouting.BuilderHttpRouting.Builder.register(List<Supplier<? extends HttpService>> services) default HttpRulesHttpRules.register(String pathPattern, Supplier<? extends HttpService> service) Register a service on sub-path of the current path.default HttpRulesHttpRules.register(String pathPattern, Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2) Register two services on sub-path of the current path.default HttpRulesHttpRules.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 HttpRulesHttpRules.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 HttpRulesHttpRules.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 HttpRulesHttpRules.register(String pathPattern, List<Supplier<? extends HttpService>> services) Register services on sub-path of the current path.default HttpRulesHttpRules.register(Supplier<? extends HttpService> service) Register a service on the current path.default HttpRulesHttpRules.register(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2) Register two services on the current path.default HttpRulesHttpRules.register(Supplier<? extends HttpService> service1, Supplier<? extends HttpService> service2, Supplier<? extends HttpService> service3) Register three services on the current path.default HttpRulesHttpRules.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 HttpRulesHttpRules.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 HttpRulesHttpRules.register(List<Supplier<? extends HttpService>> services) Register services on the current path.