118119120121122123124125126127128
// No Nagle's algorithm ( ( SocketAcceptor ) acceptor ).getSessionConfig().setTcpNoDelay( true ); } // Set the handler acceptor.setHandler( new ChangePasswordProtocolHandler( this, store ) ); // Bind acceptor.bind(); }