public interface Invocation
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBodyBytes() |
java.lang.String |
getBodyText() |
java.lang.Integer |
getClientError() |
java.lang.Exception |
getException() |
ratpack.http.Headers |
getHeaders() |
java.nio.file.Path |
getSentFile() |
ratpack.http.Status |
getStatus() |
boolean |
isCalledNext() |
boolean |
isSentResponse() |
<T> T |
rendered(java.lang.Class<T> type) |
@Nullable java.lang.Exception getException()
@Nullable java.lang.Integer getClientError()
ratpack.http.Headers getHeaders()
@Nullable java.lang.String getBodyText()
@Nullable byte[] getBodyBytes()
ratpack.http.Status getStatus()
boolean isCalledNext()
boolean isSentResponse()
@Nullable java.nio.file.Path getSentFile()
@Nullable <T> T rendered(java.lang.Class<T> type)