Searched refs:interestOps (Results 1 – 7 of 7) sorted by relevance
47 private volatile int interestOps; field in SelectionKeyImpl76 public int interestOps() { in interestOps() method in SelectionKeyImpl78 return interestOps; in interestOps()81 public SelectionKey interestOps(int ops) { in interestOps() method in SelectionKeyImpl106 interestOps = ops; in nioInterestOps()111 return interestOps; in nioInterestOps()
134 k.interestOps(ops); in register()
59 private int interestOps; field in SelectionKeyTest.MockSelectionKey62 interestOps = ops; in MockSelectionKey()73 public int interestOps() { in interestOps() method in SelectionKeyTest.MockSelectionKey77 public SelectionKey interestOps(int operations) { in interestOps() method in SelectionKeyTest.MockSelectionKey86 return interestOps; in readyOps()137 assertEquals(SelectionKey.OP_CONNECT, selectionKey.interestOps()); in test_interestOps()144 selectionKey.interestOps(SelectionKey.OP_WRITE); in test_interestOpsI()145 assertEquals(SelectionKey.OP_WRITE, selectionKey.interestOps()); in test_interestOpsI()148 selectionKey.interestOps(SelectionKey.OP_ACCEPT); in test_interestOpsI()155 selectionKey.interestOps(~sc.validOps()); in test_interestOpsI()[all …]
179 public abstract int interestOps(); in interestOps() method in SelectionKey199 public abstract SelectionKey interestOps(int ops); in interestOps() method in SelectionKey
64 public int interestOps() { in interestOps() method in AbstractSelectionKeyTest.MockSelectionKey68 public SelectionKey interestOps(int arg0) { in interestOps() method in AbstractSelectionKeyTest.MockSelectionKey
204 k.interestOps(ops); in register()
6280 method public abstract int interestOps();6281 method public abstract java.nio.channels.SelectionKey interestOps(int);