Uses of Interface
io.avaje.jex.Routing.HttpService
Packages that use Routing.HttpService
-
Uses of Routing.HttpService in io.avaje.jex
Methods in io.avaje.jex with parameters of type Routing.HttpServiceModifier and TypeMethodDescriptionRouting.add(Routing.HttpService service) Add the routes provided by the given HttpService.Jex.routing(Routing.HttpService routes) Adds a new HTTP route and its associated handler to the Jex routing configuration.Method parameters in io.avaje.jex with type arguments of type Routing.HttpServiceModifier and TypeMethodDescriptionRouting.addAll(Collection<Routing.HttpService> routes) Add all the routes provided by the Routing Services.Jex.routing(Collection<Routing.HttpService> routes) Adds multiple HTTP routes and their associated handlers to the Jex routing configuration.