JobManagerClient is a Thread that has a connection to a client and will handle
the request that the client sends to the JobManager.
supported requests are:
JobManagerClient(Socket socket,
JobManagerService jm)
Creates an instance of the HandleClientRequest and immediately
starts running the Thread to handle the client's request.
Method Summary
void
run()
executes an internal method to handle the client request and response.