Searched defs:AsynchronousServerSocketChannel (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
H A DAsynchronousServerSocketChannel.java74 * final AsynchronousServerSocketChannel listener =
75 * AsynchronousServerSocketChannel.open().bind(new InetSocketAddress(5000));
94 public abstract class AsynchronousServerSocketChannel class in inherits:AsynchronousChannel,NetworkChannel
105 protected AsynchronousServerSocketChannel(AsynchronousChannelProvider provider) { method in class:AsynchronousServerSocketChannel
140 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group)
163 public static AsynchronousServerSocketChannel open()
190 public final AsynchronousServerSocketChannel bind(SocketAddress local)
231 public abstract AsynchronousServerSocketChannel bind(SocketAddress local, int backlog)
239 public abstract <T> AsynchronousServerSocketChannel setOption(SocketOption<T> name, T value)

Completed in 54 milliseconds