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

/libcore/luni/src/main/java/java/net/
H A DPlainSocketImpl.java80 protected void accept(SocketImpl newImpl) throws IOException { argument
82 ((PlainSocketImpl) newImpl).socksBind();
83 ((PlainSocketImpl) newImpl).socksAccept();
91 // TODO: we can't just set newImpl.fd to clientFd because a nio SocketChannel may
93 newImpl.fd.setInt$(clientFd.getInt$());
95 newImpl.address = peerAddress.getAddress();
96 newImpl.port = peerAddress.getPort();
105 newImpl.setOption(SocketOptions.SO_TIMEOUT, Integer.valueOf(0));
107 newImpl.localport = IoBridge.getSocketLocalPort(newImpl
[all...]

Completed in 19 milliseconds