synergynetframework.appsystem.services.net.tablecomms.server
Interface ServerMessageProcessor
- All Known Implementing Classes:
- ApplicationCommsRequestProcessor, TableJoinRequestProcessor, TableStatusRequestProcessor
public interface ServerMessageProcessor
The Interface ServerMessageProcessor.
handle
void handle(TableCommsServerService server,
ConnectionHandler fromHandler,
TableMessage obj)
throws java.io.IOException
- Handle.
- Parameters:
server
- the serverfromHandler
- the from handlerobj
- the obj
- Throws:
java.io.IOException
- Signals that an I/O exception has occurred.