| Package | Description |
|---|---|
| ratpack.api |
Annotations that are used to further specify API contracts.
|
| ratpack.config |
Provides the ability to access configuration data from a variety of sources, such as YAML, JSON,
properties files, system properties, and environment variables.
|
| ratpack.error |
Types that deal with handling application errors.
|
| ratpack.exec |
The execution management.
|
| ratpack.file |
Types for dealing with the file system and serving files.
|
| ratpack.file.checksummer | |
| ratpack.form |
Support for handling uploaded forms, including file uploads.
|
| ratpack.func |
General functional (i.e. Single Abstract Method) types.
|
| ratpack.handling |
The handling of application requests.
|
| ratpack.handling.direct |
Low level direct access to the underlying Netty internals.
|
| ratpack.health |
Health checks report on the status of key components in the system and are generally used for monitoring and reporting.
|
| ratpack.http |
The HTTP protocol.
|
| ratpack.http.client |
The HTTP client.
|
| ratpack.launch |
Classes used to bootstrap a Ratpack application.
|
| ratpack.logging | |
| ratpack.parse |
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
|
| ratpack.path |
Types for managing the paths of requests inside the application.
|
| ratpack.registry |
Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications.
|
| ratpack.render |
The renderer framework provides a pluggable mechanism for serializing objects to the response.
|
| ratpack.server |
Objects used to start a ratpack application.
|
| ratpack.sse |
Support for Server Sent Events.
|
| ratpack.ssl |
Convenience utitilities for dealing with SSL.
|
| ratpack.stream |
Support for reactive streams.
|
| ratpack.util |
General purpose types and utilities.
|
| ratpack.websocket |
Support for Websockets.
|