Package | Description |
---|---|
ratpack.exec | |
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
Execution |
ExecController.getExecution()
Provides the current context on the current thread.
|
Modifier and Type | Method and Description |
---|---|
void |
Execution.addInterceptor(ExecInterceptor execInterceptor,
Action<? super Execution> continuation) |
void |
ExecController.start(Action<? super Execution> action) |
Modifier and Type | Method and Description |
---|---|
Execution |
Context.getExecution()
The execution of handling this request.
|