Searched refs:aHost (Results 1 – 2 of 2) sorted by relevance
347 String aHost = a.getHost(); in hostsEqual() local349 return (aHost == bHost) || aHost != null && aHost.equalsIgnoreCase(bHost); in hostsEqual()
157 protected void connect(String aHost, int aPort) throws IOException { in connect() argument158 connect(InetAddress.getByName(aHost), aPort); in connect()