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