Uses of Interface
ratpack.core.handling.RequestId
-
Packages that use RequestId Package Description ratpack.core.handling The handling of application requests. -
-
Uses of RequestId in ratpack.core.handling
Fields in ratpack.core.handling with type parameters of type RequestId Modifier and Type Field Description static com.google.common.reflect.TypeToken<RequestId>
RequestId. TYPE
A type token for this type.Methods in ratpack.core.handling that return RequestId Modifier and Type Method Description RequestId
RequestId.Generator. generate(Request request)
Generate the ID for the request.static RequestId
RequestId. of(CharSequence requestId)
Creates a new request ID from the given string.
-