228229230231232233234235236237238
} private synchronized void connect() throws IOException { _reconnectTimer = null; _socket = new NIOClientTCPSocket(this._localAddress, this); _socket.connect(_address); getEventLoop().getSelector().registerForConnect(_socket); }