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