Searched defs:selectedKeys (Results 1 – 5 of 5) sorted by relevance
44 public java.util.Set<java.nio.channels.SelectionKey> selectedKeys() { in selectedKeys() method in SelectorImpl101 protected java.util.Set<java.nio.channels.SelectionKey> selectedKeys; field in SelectorImpl
44 protected Set<SelectionKey> selectedKeys; field in SelectorImpl72 public Set<SelectionKey> selectedKeys() { in selectedKeys() method in SelectorImpl
275 public abstract Set<SelectionKey> selectedKeys(); in selectedKeys() method in Selector
69 public Set<SelectionKey> selectedKeys() { in selectedKeys() method in MockAbstractSelector
158 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in test_selectedKeys() local