.getRawAddress(session.getRemoteSocketAddress())
+ ":" + session.getRemoteSocketAddress().getPort());
Command versionCommand = null;
CountDownLatch latch = new CountDownLatch(1);
if (this.client.getProtocol() == Protocol.Binary) {
versionCommand = new BinaryVersionCommand(latch, session
.getRemoteSocketAddress());
} else {
versionCommand = new TextVersionCommand(latch, session
.getRemoteSocketAddress());