Home
last modified time | relevance | path

Searched defs:getByAddress (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
DInet6Address.java85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) in getByAddress() method in Inet6Address
115 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress() method in Inet6Address
DInetAddress.java779 public static InetAddress getByAddress(byte[] ipAddress) throws UnknownHostException { in getByAddress() method in InetAddress
799 …public static InetAddress getByAddress(String hostName, byte[] ipAddress) throws UnknownHostExcept… in getByAddress() method in InetAddress
803 …private static InetAddress getByAddress(String hostName, byte[] ipAddress, int scopeId) throws Unk… in getByAddress() method in InetAddress