} catch (IOException e) {
log.error("Error starting the IOReactor", e);
}
handler = new ClientHandler(cfgCtx, params);
IOEventDispatch ioEventDispatch = getEventDispatch(
handler, sslContext, sslIOSessionHandler, params);
try {
ioReactor.execute(ioEventDispatch);
} catch (InterruptedIOException ex) {