Package | Description |
---|---|
ratpack.exec |
The execution management.
|
ratpack.http |
The HTTP protocol.
|
ratpack.registry |
Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Execution
A logical operation, such as servicing a request, that may be comprised of non contiguous units of work.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Request
A request to be handled.
|
Modifier and Type | Method and Description |
---|---|
static MutableRegistry |
Registry.mutable()
Creates a new, empty, mutable registry.
|