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

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSelector.java99 * #select(long)}, and {@link #selectNow()} methods, and involves three steps:
297 public abstract int selectNow() throws IOException; method in class:Selector
360 * immediately unless the {@link #selectNow()} method is invoked in the
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectorImpl.java105 public int selectNow() throws IOException { method in class:SelectorImpl

Completed in 29 milliseconds