Searched defs:interestOps (Results 1 – 6 of 6) sorted by relevance
47 private volatile int interestOps; field in SelectionKeyImpl76 public int interestOps() { in interestOps() method in SelectionKeyImpl81 public SelectionKey interestOps(int ops) { in interestOps() method in SelectionKeyImpl
64 public int interestOps() { in interestOps() method in AbstractSelectionKeyTest.MockSelectionKey68 public SelectionKey interestOps(int arg0) { in interestOps() method in AbstractSelectionKeyTest.MockSelectionKey
79 public int interestOps() { in keyFor() method84 public SelectionKey interestOps(int ops) { in keyFor() method
59 private int interestOps; field in SelectionKeyTest.MockSelectionKey73 public int interestOps() { in interestOps() method in SelectionKeyTest.MockSelectionKey77 public SelectionKey interestOps(int operations) { in interestOps() method in SelectionKeyTest.MockSelectionKey
168 public abstract int interestOps(); in interestOps() method in SelectionKey190 public abstract SelectionKey interestOps(int ops); in interestOps() method in SelectionKey
65 int interestOps = key.interestOps(); in testActionInvoked() local