Home
last modified time | relevance | path

Searched refs:AsynchronousServerSocketChannel (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java31 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 …]
DAsynchronousChannelGroupTest.java22 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()
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousServerSocketChannel.java99 public abstract class AsynchronousServerSocketChannel class
110 protected AsynchronousServerSocketChannel(AsynchronousChannelProvider provider) { in AsynchronousServerSocketChannel() method in AsynchronousServerSocketChannel
145 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()
/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousServerSocketChannelImpl.java48 extends AsynchronousServerSocketChannel
147 public final AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind()
180 public final <T> AsynchronousServerSocketChannel setOption(SocketOption<T> name, in setOption()
DLinuxAsynchronousChannelProvider.java78 …public AsynchronousServerSocketChannel openAsynchronousServerSocketChannel(AsynchronousChannelGrou… in openAsynchronousServerSocketChannel()
/libcore/ojluni/src/test/java/nio/channels/Channels/
DBasic2.java45 AsynchronousServerSocketChannel listener = in basic2Test()
46 AsynchronousServerSocketChannel.open().bind(new InetSocketAddress(0)); in basic2Test()
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAsynchronousChannelProvider.java225 public abstract AsynchronousServerSocketChannel openAsynchronousServerSocketChannel
/libcore/
Dopenjdk_java_files.bp384 "ojluni/src/main/java/java/nio/channels/AsynchronousServerSocketChannel.java",
DEXPECTED_UPSTREAM415 …channels/AsynchronousServerSocketChannel.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/jav…
/libcore/api/
Dcurrent.txt6660 …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…