Uses of Interface
io.jooby.Route.Filter
Packages that use Route.Filter
-
Uses of Route.Filter in io.jooby
Subinterfaces of Route.Filter in io.joobyModifier and TypeInterfaceDescriptionstatic interfaceDecorates a handler and run logic before handler is executed.static interfaceDeprecated.Methods in io.jooby that return Route.FilterModifier and TypeMethodDescriptionstatic Route.FilterReactiveSupport.concurrent()Concurrent filter.ResultHandler.create()Creates a handler for a response type.Route.getFilter()Decorator ornull.default Route.FilterRoute.Filter.then(Route.Filter next) Chain this filter with another and produces a new decorator.Methods in io.jooby with parameters of type Route.FilterModifier and TypeMethodDescriptionRoute.setFilter(Route.Filter filter) Set route filter.default Route.FilterRoute.Filter.then(Route.Filter next) Chain this filter with another and produces a new decorator.Jooby.use(Route.Filter filter) Router.use(Route.Filter filter) Attach a filter to the route pipeline. -
Uses of Route.Filter in io.jooby.handler
Classes in io.jooby.handler that implement Route.FilterModifier and TypeClassDescriptionclassAccess Log Handler.classHandle preflight and simple CORS requests.classCross Site Request Forgery handler.classAdd support for HTTP Head requests.classRate limit handler using https://github.com/vladimir-bukhtoyarov/bucket4j.classForce SSL handler.classThe TRACE method performs a message loop-back test along the path to the target resource.classAdd common variables to asContextattributes so they are accessible from template engine.
Route.Filter.