Searched refs:AsynchronousServerSocketChannel (Results 1 – 10 of 10) sorted by relevance
31 import java.nio.channels.AsynchronousServerSocketChannel;53 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_bind()68 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_bind_null()83 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_bind_unresolvedAddress()95 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_bind_used()108 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_futureAccept()130 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_completionHandlerAccept()157 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_completionHandlerAccept_attachment()181 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_completionHandlerAccept_nyb()194 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(); in test_completionHandlerAccept_npe()[all …]
22 import java.nio.channels.AsynchronousServerSocketChannel;89 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(acg); in test_shutdown()101 AsynchronousServerSocketChannel.open(acg); in test_shutdown()120 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(acg); in test_shutdownNow()130 AsynchronousServerSocketChannel.open(acg); in test_shutdownNow()143 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(acg); in test_isTerminated()160 AsynchronousServerSocketChannel assc = AsynchronousServerSocketChannel.open(acg); in test_awaitTermination()
99 public abstract class AsynchronousServerSocketChannel class110 protected AsynchronousServerSocketChannel(AsynchronousChannelProvider provider) { in AsynchronousServerSocketChannel() method in AsynchronousServerSocketChannel145 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open()168 public static AsynchronousServerSocketChannel open() in open()195 public final AsynchronousServerSocketChannel bind(SocketAddress local) in bind()236 public abstract AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind()244 public abstract <T> AsynchronousServerSocketChannel setOption(SocketOption<T> name, T value) in setOption()
48 extends AsynchronousServerSocketChannel147 public final AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind()180 public final <T> AsynchronousServerSocketChannel setOption(SocketOption<T> name, in setOption()
78 …public AsynchronousServerSocketChannel openAsynchronousServerSocketChannel(AsynchronousChannelGrou… in openAsynchronousServerSocketChannel()
45 AsynchronousServerSocketChannel listener = in basic2Test()46 AsynchronousServerSocketChannel.open().bind(new InetSocketAddress(0)); in basic2Test()
225 public abstract AsynchronousServerSocketChannel openAsynchronousServerSocketChannel
384 "ojluni/src/main/java/java/nio/channels/AsynchronousServerSocketChannel.java",
415 …channels/AsynchronousServerSocketChannel.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/jav…
6660 …public abstract class AsynchronousServerSocketChannel implements java.nio.channels.AsynchronousCha…6661 … ctor protected AsynchronousServerSocketChannel(java.nio.channels.spi.AsynchronousChannelProvider);6664 …method public final java.nio.channels.AsynchronousServerSocketChannel bind(java.net.SocketAddress)…6665 …method public abstract java.nio.channels.AsynchronousServerSocketChannel bind(java.net.SocketAddre…6666 …method public static java.nio.channels.AsynchronousServerSocketChannel open(java.nio.channels.Asyn…6667 …method public static java.nio.channels.AsynchronousServerSocketChannel open() throws java.io.IOExc…6669 …method public abstract <T> java.nio.channels.AsynchronousServerSocketChannel setOption(java.net.So…7064 …method public abstract java.nio.channels.AsynchronousServerSocketChannel openAsynchronousServerSoc…