< prev index next >

test/java/nio/channels/SocketChannel/CloseDuringWrite.java

Print this page

        

*** 21,30 **** --- 21,31 ---- * questions. */ /* @test * @summary Test asynchronous close during a blocking write + * @key randomness */ import java.io.Closeable; import java.io.IOException; import java.nio.ByteBuffer;
< prev index next >