Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.reflect.TypeToken<RequestId> |
RequestId.TYPE
A type token for this type.
|
Modifier and Type | Method and Description |
---|---|
RequestId |
RequestId.Generator.generate(Request request)
Generate the ID for the request.
|
static RequestId |
RequestId.of(java.lang.CharSequence requestId)
Creates a new request ID from the given string.
|