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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java53 private final Map<Integer,OverlappedChannel> keyToChannel =
54 new HashMap<Integer,OverlappedChannel>();
86 static interface OverlappedChannel extends Closeable { interface in class:Iocp
130 int key = associate(new OverlappedChannel() {
157 OverlappedChannel channels[] = new OverlappedChannel[MAX_BATCH_SIZE];
214 int associate(OverlappedChannel ch, long handle) throws IOException {
358 OverlappedChannel ch = null;

Completed in 34 milliseconds