Searched defs:aHost (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 31 milliseconds