Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Class and Description |
---|---|
class |
CsrfHandler
Cross Site Request Forgery handler
|
class |
RateLimitHandler
Rate limit handler using https://github.com/vladimir-bukhtoyarov/bucket4j.
|
class |
SSLHandler
Force SSL handler.
|
Modifier and Type | Field and Description |
---|---|
static Route.Before |
Route.ACCEPT
Handler for
StatusCode.NOT_ACCEPTABLE responses. |
static Route.Before |
Route.SUPPORT_MEDIA_TYPE
Handler for
StatusCode.UNSUPPORTED_MEDIA_TYPE responses. |
Modifier and Type | Method and Description |
---|---|
Route.Before |
Route.getBefore()
Before pipeline or
null . |
default Route.Before |
Route.Before.then(Route.Before next)
Chain this filter with next one and produces a new before filter.
|
Modifier and Type | Method and Description |
---|---|
Router |
Router.before(Route.Before before)
Add a before route decorator to the route pipeline.
|
Jooby |
Jooby.before(Route.Before before) |
Route |
Route.setBefore(Route.Before before)
Set before filter.
|
default Route.Before |
Route.Before.then(Route.Before next)
Chain this filter with next one and produces a new before filter.
|
Modifier and Type | Method and Description |
---|---|
Router |
RouterImpl.before(Route.Before before) |
Copyright © 2020. All rights reserved.