| Package | Description |
|---|---|
| ratpack.exec | |
| ratpack.groovy.handling |
Groovy specific extensions to classes in the
ratpack.handling package. |
| ratpack.handling |
The handling of application requests.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecContext
The context of an execution.
|
| Modifier and Type | Method and Description |
|---|---|
ExecControl |
ExecController.getControl()
A singleton that can be used from any managed thread to perform asynchronous or blocking operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroovyContext
Subclass of
Context that adds Groovy friendly variants of methods. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context
The context of an individual
Handler invocation. |