All Classes
| Class | Description |
|---|---|
| AccessManager |
Provide access check for routes that have permitted roles assigned to them.
|
| AppLifecycle |
Application lifecycle support.
|
| AppLifecycle.Status | |
| BadGatewayResponse | |
| BadRequestResponse | |
| BootstapServiceManager | |
| ConflictResponse | |
| Context |
Provides access to functions for handling the request and response.
|
| Context.Cookie | |
| ErrorHandling | |
| ErrorHandling.Service |
Adds to the Routing.
|
| ExceptionHandler<T extends Exception> | |
| ForbiddenResponse | |
| GatewayTimeoutResponse | |
| GoneResponse | |
| Handler | |
| HeaderKeys | |
| HealthPlugin |
Health plugin with liveness and readiness support based on
the application lifecycle support.
|
| HttpResponseException | |
| InternalServerErrorResponse | |
| JacksonJsonService | |
| Jex |
Create configure and start Jex.
|
| Jex.Config | |
| Jex.Server |
The running server.
|
| JsonService |
Service used to convert request/response bodies to beans.
|
| MethodNotAllowedResponse | |
| NotFoundResponse | |
| Plugin |
A plugin that can register things like routes, exception handlers etc.
|
| ProxyServiceManager |
Provides a delegating proxy to a SpiServiceManager.
|
| RedirectResponse | |
| Role | |
| Routing | |
| Routing.Entry |
A routing entry.
|
| Routing.Group |
A group of routing entries prefixed by a common path.
|
| Routing.Service |
Adds to the Routing.
|
| Routing.Type |
The type of route entry.
|
| ServerConfig |
Marker for server specific configuration.
|
| ServiceUnavailableResponse | |
| SpiContext |
Extension to Context for processing the request.
|
| SpiRoutes |
Route matching and filter handling.
|
| SpiRoutes.Entry |
A route entry.
|
| SpiRoutesProvider | |
| SpiServiceManager |
Core service methods available to Context implementations.
|
| SpiServiceManagerProvider | |
| SpiStartServer |
Start the server.
|
| StaticFileConfig | |
| StaticFileSource | |
| StaticFileSource.Location | |
| TemplateManager |
Render templates typically as html.
|
| TemplateRender |
Template rendering typically of html.
|
| UnauthorizedResponse | |
| UploadConfig |
Configuration for server handling of Multipart file uploads etc.
|
| UploadedFile |
An uploaded file.
|