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