//super.stop();
}
private void init(ExecutorService resolverThreadPool) {
try {
_selector = new NIOSocketSelector(this);
_resolverThreadPool = resolverThreadPool;
} catch (IOException e) {
LOG.fatal("Unable to initialize NIO Selector");
throw new RuntimeException("Unable to initialize NIO Selector");