< prev index next >

test/java/nio/channels/SocketChannel/OutOfBand.java

Print this page

        

*** 22,31 **** --- 22,32 ---- */ /* @test * @summary Test socket adapter sendUrgentData method * @bug 6963907 + * @key randomness */ import java.net.*; import java.nio.ByteBuffer; import java.nio.channels.*;
< prev index next >