public interface RequestHandler
JobAgentServerConnection
, processes it and returns an answer.JobAgentServerConnection.JobAgentServerConnection(int, RequestHandler, Logger)
Modifier and Type | Method and Description |
---|---|
String |
handleCmd(Socket socket,
String cmd)
Handle a command that was sent by an incoming request.
|