Searched defs:selectedKeys (Results 1 – 2 of 2) sorted by relevance
164 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in test_selectedKeys() local414 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in testOpChange() local489 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in assert_select_OP_ACCEPT() local523 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in assert_select_OP_CONNECT() local573 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in assert_select_OP_READ() local635 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in assert_select_OP_WRITE() local
69 public Set<SelectionKey> selectedKeys() { in selectedKeys() method in MockAbstractSelector