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

/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DInet4AddressImpl.java37 public native String getHostByAddr(byte[] addr) throws UnknownHostException; method in class:Inet4AddressImpl
H A DInetAddressImpl.java42 String getHostByAddr(byte[] addr) throws UnknownHostException; method in interface:InetAddressImpl
H A DInet6AddressImpl.java48 public native String getHostByAddr(byte[] addr) throws UnknownHostException; method in class:Inet6AddressImpl
H A DInetAddress.java910 String getHostByAddr(byte[] addr) throws UnknownHostException; method in interface:InetAddress.NameService
928 public String getHostByAddr(byte[] addr) method in class:InetAddress.PlatformNameService
984 public String getHostByAddr(byte[] addr) throws UnknownHostException { method in class:InetAddress.HostsFileNameService

Completed in 107 milliseconds