Package net.officefloor.server.http
Interface HttpEscalationHandler
- All Known Implementing Classes:
HttpResponder
public interface HttpEscalationHandler
Enables sending an appropriate response for an
Escalation.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(HttpEscalationContext context) Handles theEscalation.
-
Method Details
-
handle
Handles theEscalation.- Parameters:
context-HttpEscalationContext.- Returns:
trueif handledEscalationinto theHttpResponse.falseif not able to handle the particularEscalation.- Throws:
IOException- If fails to write theEscalation.
-