Home | History | Annotate | Download | only in channels

Lines Matching refs:select

98  * cancelled-key sets.  Selection is performed by the {@link #select()}, {@link
99 * #select(long)}, and {@link #selectNow()} methods, and involves three steps:
164 * <p> A thread blocked in one of the {@link #select()} or {@link
165 * #select(long)} methods may be interrupted by some other thread in one of
329 public abstract int select(long timeout)
350 public abstract int select() throws IOException;
357 * {@link #select()} or {@link #select(long)} methods then that invocation
362 * non-zero. Subsequent invocations of the {@link #select()} or {@link
363 * #select(long)} methods will block as usual unless this method is invoked