Package | Description |
---|---|
ratpack.exec | |
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
void |
Execution.addInterceptor(ExecInterceptor execInterceptor,
Action<? super Execution> continuation)
Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addExecInterceptor(ExecInterceptor execInterceptor,
Action<? super Context> action) |