Searched refs:hostAddress (Results 1 – 3 of 3) sorted by relevance
87 String hostAddress = ia.getHostAddress(); in run() local102 if (!correctAddress.equals(hostAddress)) { in run()107 + hostAddress in run()
469 if (u.hostAddress != null) in getHostAddress()470 return u.hostAddress; in getHostAddress()477 u.hostAddress = InetAddress.getByName(host); in getHostAddress()484 return u.hostAddress; in getHostAddress()
254 transient java.net.InetAddress hostAddress; field in URL