Package net.officefloor.server
Interface RequestHandler.Execution
-
- Enclosing interface:
- RequestHandler<R>
public static interface RequestHandler.Execution
Function
interface to run an execution on theSocket
Thread
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Runs the execution.
-