Home
last modified time | relevance | path

Searched refs:AsynchronousServerSocketChannel (Results 1 – 7 of 7) 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.java94 public abstract class AsynchronousServerSocketChannel class
105 protected AsynchronousServerSocketChannel(AsynchronousChannelProvider provider) { in AsynchronousServerSocketChannel() method in AsynchronousServerSocketChannel
140 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open()
163 public static AsynchronousServerSocketChannel open() in open()
190 public final AsynchronousServerSocketChannel bind(SocketAddress local) in bind()
231 public abstract AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind()
239 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/main/java/java/nio/channels/spi/
DAsynchronousChannelProvider.java224 public abstract AsynchronousServerSocketChannel openAsynchronousServerSocketChannel
/libcore/
Dopenjdk_java_files.bp359 "ojluni/src/main/java/java/nio/channels/AsynchronousServerSocketChannel.java",