< prev index next >

test/java/nio/channels/AsynchronousSocketChannel/Basic.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 4607272 6842687 6878369 6944810 7023403 * @summary Unit test for AsynchronousSocketChannel * @run main Basic -skipSlowConnectTest + * @key intermittent */ import java.nio.ByteBuffer; import java.nio.channels.*; import static java.net.StandardSocketOptions.*;
< prev index next >