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