Searched refs:cancelledKeys (Results 1 – 4 of 4) sorted by relevance
88 private final Set<SelectionKey> cancelledKeys = new HashSet<SelectionKey>(); field in AbstractSelector91 synchronized (cancelledKeys) { in cancel()92 cancelledKeys.add(k); in cancel()152 protected final Set<SelectionKey> cancelledKeys() { in cancelledKeys() method in AbstractSelector153 return cancelledKeys; in cancelledKeys()
41 return super.cancelledKeys(); in getCancelledKeys()
142 Set<SelectionKey> cks = cancelledKeys(); in processDeregisterQueue()
7050 method protected final java.util.Set<java.nio.channels.SelectionKey> cancelledKeys();