Package net.officefloor.server.http
Interface HttpEscalationContext
-
public interface HttpEscalationContextContext for theHttpEscalationHandler.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ThrowablegetEscalation()Obtains theEscalation.ServerHttpConnectiongetServerHttpConnection()Obtains theServerHttpConnectionto write theEscalation.booleanisIncludeStacktrace()Indicates whether the stack trace should be included.
-
-
-
Method Detail
-
getEscalation
java.lang.Throwable getEscalation()
Obtains theEscalation.- Returns:
Escalation.
-
isIncludeStacktrace
boolean isIncludeStacktrace()
Indicates whether the stack trace should be included.- Returns:
trueto include the stack trace.
-
getServerHttpConnection
ServerHttpConnection getServerHttpConnection()
Obtains theServerHttpConnectionto write theEscalation.- Returns:
ServerHttpConnection.
-
-