.build());
} catch (IOReactorException ex) {
throw new IllegalStateException("Could not create IO reactor");
}
pool = new BasicNIOConnPool(ioReactor, ConnectionConfig.DEFAULT);
pool.setDefaultMaxPerRoute(connectionsPerNode);
initializeReactorThread();
}