Uses of Interface
io.avaje.jex.ExchangeHandler
Packages that use ExchangeHandler
-
Uses of ExchangeHandler in io.avaje.jex
Methods in io.avaje.jex that return ExchangeHandlerMethods in io.avaje.jex with parameters of type ExchangeHandlerModifier and TypeMethodDescriptiondefault JexJex.delete(String path, ExchangeHandler handler, Role... roles) Adds a DELETE handler to the route configuration.Routing.delete(String path, ExchangeHandler handler, Role... roles) Adds a DELETE handler to the route configuration.default JexJex.get(String path, ExchangeHandler handler, Role... roles) Adds a GET handler to the route configuration.Routing.get(String path, ExchangeHandler handler, Role... roles) Adds a GET handler to the route configuration.Routing.head(String path, ExchangeHandler handler, Role... roles) Adds a HEAD handler to the route configuration.default JexJex.options(String path, ExchangeHandler handler, Role... roles) Adds an OPTIONS handler to the route configuration.Routing.options(String path, ExchangeHandler handler, Role... roles) Adds an OPTIONS handler to the route configuration.default JexJex.patch(String path, ExchangeHandler handler, Role... roles) Adds a PATCH handler to the route configuration.Routing.patch(String path, ExchangeHandler handler, Role... roles) Adds a PATCH handler to the route configuration.default JexJex.post(String path, ExchangeHandler handler, Role... roles) Adds a POST handler to the route configuration.Routing.post(String path, ExchangeHandler handler, Role... roles) Adds a POST handler to the route configuration.default JexJex.put(String path, ExchangeHandler handler, Role... roles) Adds a PUT handler to the route configuration.Routing.put(String path, ExchangeHandler handler, Role... roles) Adds a PUT handler to the route configuration.Routing.trace(String path, ExchangeHandler handler, Role... roles) Adds a TRACE handler to the route configuration.