Uses of Interface
io.jooby.Route.Before
-
Uses of Route.Before in io.jooby
Modifier and TypeFieldDescriptionstatic final Route.Before
Route.ACCEPT
Handler forStatusCode.NOT_ACCEPTABLE
responses.static final Route.Before
Route.SUPPORT_MEDIA_TYPE
Handler forStatusCode.UNSUPPORTED_MEDIA_TYPE
responses.Modifier and TypeMethodDescriptiondefault Route.Before
Route.Before.then
(Route.Before next) Chain this filter with next one and produces a new before filter.Modifier and TypeMethodDescriptionJooby.before
(Route.Before before) Router.before
(Route.Before before) Add a before route decorator to the route pipeline.default Route.Before
Route.Before.then
(Route.Before next) Chain this filter with next one and produces a new before filter. -
Uses of Route.Before in io.jooby.handler
Modifier and TypeClassDescriptionclass
Cross Site Request Forgery handler.class
Rate limit handler using https://github.com/vladimir-bukhtoyarov/bucket4j.class
Force SSL handler.