{
log.log( Level.FINEST, "reusing persistent connection" );
selKey = _channel.keyFor( this._selector );
// register this channel again
selKey = _channel.register( this._selector, 0 );
selKey.interestOps( SelectionKey.OP_WRITE );
}
Iterator it = null;
while ( this._selector.select( _connectionTimeout ) > 0 )