Package net.officefloor.server.http
Interface HttpEscalationHandler
-
- All Known Implementing Classes:
ObjectResponseManagedObjectSource
public interface HttpEscalationHandlerEnables sending an appropriate response for anEscalation.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(HttpEscalationContext context)Handles theEscalation.
-
-
-
Method Detail
-
handle
boolean handle(HttpEscalationContext context) throws java.io.IOException
Handles theEscalation.- Parameters:
context-HttpEscalationContext.- Returns:
trueif handledEscalationinto theHttpResponse.falseif not able to handle the particularEscalation.- Throws:
java.io.IOException- If fails to write theEscalation.
-
-