Uses of Interface
ratpack.core.handling.RequestOutcome
-
Packages that use RequestOutcome Package Description ratpack.core.handling The handling of application requests. -
-
Uses of RequestOutcome in ratpack.core.handling
Methods in ratpack.core.handling with parameters of type RequestOutcome Modifier and Type Method Description void
RequestLogger. log(RequestOutcome outcome)
Format the providedRequestOutcome
to the given string builder.Method parameters in ratpack.core.handling with type arguments of type RequestOutcome Modifier and Type Method Description static RequestLogger
RequestLogger. of(Action<? super RequestOutcome> action)
Creates a request logger with the given action as the implementation of theRequestLogger.log(RequestOutcome)
method.void
Context. onClose(Action<? super RequestOutcome> onClose)
Registers a callback to be notified when the request for this context is “closed” (i.e.
-