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

/libcore/ojluni/src/main/java/java/nio/channels/
H A DSelector.java73 * channel via the channel's {@link SelectableChannel#register(Selector,int)
206 public abstract class Selector implements Closeable { class in inherits:Closeable
211 protected Selector() { } method in class:Selector
226 public static Selector open() throws IOException {
371 public abstract Selector wakeup();

Completed in 48 milliseconds