public interface RequestOutcome
Context.onClose(ratpack.func.Action)
Modifier and Type | Method and Description |
---|---|
long |
getClosedAt()
The time at when this request was dealt with from the application's point of view.
|
Request |
getRequest()
The request.
|
SentResponse |
getResponse()
The response.
|
Request getRequest()
SentResponse getResponse()
long getClosedAt()
After the request is closed, it may take further time to actually get the response bytes to the client. This timestamp denotes when application processing of the response finished.