Searched refs:nioInterestOps (Results 1 – 7 of 7) sorted by relevance
83 return nioInterestOps(ops); in interestOps()102 public SelectionKey nioInterestOps(int ops) { in nioInterestOps() method in SelectionKeyImpl110 public int nioInterestOps() { in nioInterestOps() method in SelectionKeyImpl
117 int intOps = sk.nioInterestOps();// Do this just once, it synchronizes in translateReadyOps()
130 if ((sk.nioReadyOps() & sk.nioInterestOps()) != 0) { in updateSelectedKeys()
118 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps()
317 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps()
954 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps()
1111 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps()