7172737475767778798081
} public synchronized SelectionKey interestOps(int ops) { if (!isValid()) throw new CancelledKeyException(); if ((ops & ~channel.validOps()) != 0) throw new IllegalArgumentException(); interestOps = ops;