467468469470471472473474475476477
if (strategy == null) { strategy = WorkerThreadIOStrategy.getInstance(); } temporarySelectorIO.setSelectorPool( new TemporarySelectorPool(selectorProvider, selectorPoolSize)); startSelectorRunners(); listen();
450451452453454455456457458459460