Searched defs:interestOps (Results 1 – 4 of 4) 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
179 public abstract int interestOps(); in interestOps() method in SelectionKey199 public abstract SelectionKey interestOps(int ops); in interestOps() method in SelectionKey
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