Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
static ProcessingInterceptor.Type |
ProcessingInterceptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingInterceptor.Type[] |
ProcessingInterceptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingInterceptor.intercept(ProcessingInterceptor.Type type,
Context context,
Runnable continuation)
Wraps the “rest” of the processing on the current thread.
|