try {
eventInputStreamConsumerThread = new EventInputStreamConsumerThread(new DataInputStream(
socket.getInputStream()), disruptor.getRingBuffer());
} catch (final IOException e) {
callbackNonBlockingCaller.onFailure(clientCallback,
new IOStreamException(ERROR_CREATING_INPUT_STREAM, e.getMessage(), e));
LOGGER.error("", e);
closeSession();
}
}