Searched defs:Selector (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DSelector.java37 public abstract class Selector implements Closeable { class in inherits:Closeable
46 public static Selector open() throws IOException {
51 * Constructs a new {@code Selector}.
53 protected Selector() { method in class:Selector
84 * indirectly by operations on the Selector. It should therefore not be
136 * The set can be modified indirectly by operations on the Selector. It
172 public abstract Selector wakeup();

Completed in 71 milliseconds