< prev index next >

test/java/nio/channels/SocketChannel/ShortWrite.java

Print this page

        

*** 22,31 **** --- 22,32 ---- */ /* @test * @bug 7176630 7074436 * @summary Check for short writes on SocketChannels configured in blocking mode + * @key randomness */ import java.net.*; import java.nio.ByteBuffer; import java.nio.channels.*;
< prev index next >