Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
ratpack.remote |
Integration with Groovy Remote Control.
|
Modifier and Type | Method and Description |
---|---|
static HandlerDecorator |
ResponseTimer.decorator()
Creates a handler decorator that prepends a response timer to the rest of the handlers.
|
static HandlerDecorator |
HandlerDecorator.prepend(Handler handler)
A factory for decorator impls that effectively inserts the given handler before the “rest” of the handlers.
|
Modifier and Type | Method and Description |
---|---|
static HandlerDecorator |
RemoteControl.handlerDecorator() |
static HandlerDecorator |
RemoteControl.handlerDecorator(String path) |