Package net.officefloor.web.build
Interface HttpEscalationResponderContext<E extends Throwable>
public interface HttpEscalationResponderContext<E extends Throwable>
Context for the
HttpEscalationResponder.-
Method Summary
Modifier and TypeMethodDescriptionObtains the responseEscalationbeing sent.Obtains theServerHttpConnection.booleanIndicates if theEscalationis handled byOfficeFloor.
-
Method Details
-
getEscalation
E getEscalation()Obtains the responseEscalationbeing sent.- Returns:
- Response
Escalationbeing sent.
-
isOfficeFloorEscalation
boolean isOfficeFloorEscalation()Indicates if the
Escalationis handled byOfficeFloor.Allows custom handling of the
Escalation.- Returns:
trueif handled byOfficeFloor.
-
getServerHttpConnection
ServerHttpConnection getServerHttpConnection()Obtains theServerHttpConnection.- Returns:
ServerHttpConnection.
-