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

/openjdk7/jdk/test/sun/net/InetAddress/nameservice/deadlock/
H A DThrowingNameService.java44 public String getHostByAddr(byte[] addr) throws UnknownHostException { method in class:ThrowingNameService
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/chaining/
H A DSimpleNameService.java66 public String getHostByAddr(byte[] addr) throws UnknownHostException { method in class:SimpleNameService
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/
H A DNameService.java32 public String getHostByAddr(byte[] addr) throws UnknownHostException; method in interface:NameService
/openjdk7/jdk/src/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.java43 public native String getHostByAddr(byte[] addr) throws UnknownHostException; method in class:Inet6AddressImpl
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/simple/
H A DSimpleNameService.java90 public String getHostByAddr(byte[] addr) throws UnknownHostException { method in class:SimpleNameService
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java403 public String getHostByAddr(byte[] addr) throws UnknownHostException { method in class:DNSNameService

Completed in 55 milliseconds