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

/libcore/luni/src/main/java/java/net/
H A DPlainSocketImpl.java157 protected void connect(String aHost, int aPort) throws IOException { argument
158 connect(InetAddress.getByName(aHost), aPort);

Completed in 61 milliseconds