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

/libcore/luni/src/main/java/java/nio/
H A DSelectorProviderImpl.java49 return new SocketChannelImpl(this);
H A DServerSocketChannelImpl.java68 SocketChannelImpl result = new SocketChannelImpl(provider(), false);
135 public Socket implAccept(SocketChannelImpl clientSocketChannel) throws IOException {
H A DPipeImpl.java67 this.channel = new SocketChannelImpl(selectorProvider, fd);
102 this.channel = new SocketChannelImpl(selectorProvider, fd);
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
501 private final SocketChannelImpl channel;
504 SocketAdapter(PlainSocketImpl socketImpl, SocketChannelImpl channel)
551 if (SocketChannelImpl.SOCKET_STATUS_PENDING == channel.status) {
H A DFileChannelImpl.java425 if (target instanceof SocketChannelImpl) {
426 FileDescriptor outFd = ((SocketChannelImpl) target).getFD();
H A DDatagramChannelImpl.java148 InetSocketAddress inetSocketAddress = SocketChannelImpl.validateAddress(address);

Completed in 25 milliseconds