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

/openjdk7/jdk/src/share/classes/java/net/
H A DInet4Address.java328 public String getHostAddress() { method in class:Inet4Address
H A DURLStreamHandler.java354 InetAddress addr = getHostAddress(u);
428 protected synchronized InetAddress getHostAddress(URL u) { method in class:URLStreamHandler
456 InetAddress a1 = getHostAddress(u1);
457 InetAddress a2 = getHostAddress(u2);
H A DInet6Address.java643 public String getHostAddress() { method in class:Inet6Address
H A DInetAddress.java611 host = addr.getHostAddress();
618 host = addr.getHostAddress();
621 host = addr.getHostAddress();
646 public String getHostAddress() { method in class:InetAddress
692 + "/" + getHostAddress();

Completed in 47 milliseconds