7071727374757677787980
data.log = log; ServerProtocolFactory protocol = new ServerProtocolFactory() { @Override public AsyncServerProtocol create() { return new ScriptProtocol(data); } }; //run the reactor as a thread reactor = new Reactor(port, poolSize, protocol);