Searched refs:finishRead (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DLeaky.java78 void finishRead() throws Exception { method in class:Leaky.Connection
114 conn.finishRead();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java164 boolean finishRead = false;
172 finishRead = true;
188 if (finishRead) {
191 finishRead(mayInvokeDirect);
370 private void finishRead(boolean mayInvokeDirect) { method in class:UnixAsynchronousSocketChannelImpl

Completed in 2349 milliseconds