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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPort.java51 interface PollableChannel extends Closeable { interface in class:Port
57 protected final Map<Integer,PollableChannel> fdToChannel =
58 new HashMap<Integer,PollableChannel>();
68 final void register(int fd, PollableChannel ch) {
123 register(fdVal, new PollableChannel() {
144 PollableChannel channels[] = new PollableChannel[MAX_BATCH_SIZE];

Completed in 1407 milliseconds