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

/libcore/luni/src/main/java/java/nio/
H A DSocketChannelImpl.java56 class SocketChannelImpl extends SocketChannel implements FileDescriptorChannel { class in inherits:SocketChannel,FileDescriptorChannel
95 public SocketChannelImpl(SelectorProvider selectorProvider) throws IOException { method in class:SocketChannelImpl
102 public SocketChannelImpl(SelectorProvider selectorProvider, boolean connect) throws IOException { method in class:SocketChannelImpl
111 public SocketChannelImpl(SelectorProvider selectorProvider, FileDescriptor existingFd) throws IOException { method in class:SocketChannelImpl
495 private final SocketChannelImpl channel;
498 SocketAdapter(PlainSocketImpl socketImpl, SocketChannelImpl channel)
545 if (SocketChannelImpl.SOCKET_STATUS_PENDING == channel.status) {

Completed in 48 milliseconds