< prev index next >

test/java/nio/channels/ServerSocketChannel/NonBlockingAccept.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @bug 4801882 5046333 * @summary test ServerSocketAdaptor.accept on nonblocking channel * @library .. * @build TestUtil * @run main NonBlockingAccept + * @key randomness */ import java.io.*; import java.net.*; import java.nio.*;
< prev index next >