"memcached", memcachedTCPSession.getRemoteSocketAddress()
.toString(), null, this.authInfo
.getCallbackHandler());
final AtomicBoolean done = new AtomicBoolean(false);
byte[] response = saslClient.hasInitialResponse() ? saslClient
.evaluateChallenge(EMPTY_BYTES) : EMPTY_BYTES;
CountDownLatch latch = new CountDownLatch(1);
Command command = this.commandFactory.createAuthStartCommand(
saslClient.getMechanismName(), latch, response);
if (!this.memcachedTCPSession.isClosed())