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

/libcore/luni/src/main/java/java/nio/
H A DServerSocketChannelImpl.java43 final class ServerSocketChannelImpl extends ServerSocketChannel implements FileDescriptorChannel { class in inherits:ServerSocketChannel,FileDescriptorChannel
49 public ServerSocketChannelImpl(SelectorProvider sp) throws IOException { method in class:ServerSocketChannelImpl
118 private final ServerSocketChannelImpl channelImpl;
120 ServerSocketAdapter(ServerSocketChannelImpl aChannelImpl) throws IOException {

Completed in 94 milliseconds