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

/libcore/ojluni/src/main/java/java/nio/channels/
H A DServerSocketChannel.java74 public abstract class ServerSocketChannel class in inherits:AbstractSelectableChannel,NetworkChannel
85 protected ServerSocketChannel(SelectorProvider provider) { method in class:ServerSocketChannel
107 public static ServerSocketChannel open() throws IOException {
154 public final ServerSocketChannel bind(SocketAddress local)
198 public abstract ServerSocketChannel bind(SocketAddress local, int backlog)
209 public abstract <T> ServerSocketChannel setOption(SocketOption<T> name, T value)

Completed in 95 milliseconds