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 routes) Add the routes provided by the Routing HttpService.Jex.routing(Routing.HttpService routes) Add routes and handlers to the routing.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) Add many routes and handlers to the routing.