public void run() throws RuntimeException
{
if(this.messageHandler == null)
{
this.messageHandler = new SystemOutMessageHandler();
}
this.running = true;
pool = Executors.newFixedThreadPool(REQUEST_HANDLER_THREAD_SIZE);
Socket clientSocket = null;
try