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

/openjdk7/jdk/src/share/classes/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
102 protected AsynchronousServerSocketChannel(AsynchronousChannelProvider provider) { method in class:AsynchronousServerSocketChannel
135 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group)
158 public static AsynchronousServerSocketChannel open()
185 public final AsynchronousServerSocketChannel bind(SocketAddress local)
226 public abstract AsynchronousServerSocketChannel bind(SocketAddress local, int backlog)
234 public abstract <T> AsynchronousServerSocketChannel setOption(SocketOption<T> name, T value)

Completed in 37 milliseconds