void removeReadInterest(TCConnectionImpl conn, SelectableChannel channel) {
   Assert.eval(isReader());
   handleRequest(
       InterestRequest.createRemoveInterestRequest(channel, conn, SelectionKey.OP_READ, this));
 }