Package net.officefloor.server.http
Interface HttpEscalationContext
public interface HttpEscalationContext
Context for the
HttpEscalationHandler.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theEscalation.Obtains theServerHttpConnectionto write theEscalation.booleanIndicates whether the stack trace should be included.
-
Method Details
-
getEscalation
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.
-