Searched defs:cancelledKeys (Results 1 – 1 of 1) sorted by relevance
85 private final Set<SelectionKey> cancelledKeys = new HashSet<SelectionKey>(); field in AbstractSelector149 protected final Set<SelectionKey> cancelledKeys() { in cancelledKeys() method in AbstractSelector