757677787980818283
return new ScriptProtocol(data); } }; //run the reactor as a thread reactor = new Reactor(port, poolSize, protocol); Thread reactorThread = new Thread(reactor,"Reactor"); threads.add(reactorThread); }