Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/net/
DInet6Address.annotated.java36 public static java.net.Inet6Address getByAddress(java.lang.String host, byte[] addr, java.net.Netwo… in getByAddress() method in Inet6Address
38 public static java.net.Inet6Address getByAddress(java.lang.String host, byte[] addr, int scope_id) … in getByAddress() method in Inet6Address
DInetAddress.annotated.java78 public static java.net.InetAddress getByAddress(java.lang.String host, byte[] addr) throws java.net… in getByAddress() method in InetAddress
86 public static java.net.InetAddress getByAddress(byte[] addr) throws java.net.UnknownHostException {… in getByAddress() method in InetAddress
/libcore/ojluni/annotations/sdk/nullability/java/net/
DInetAddress.annotated.java73 @libcore.util.NonNull public static java.net.InetAddress getByAddress(@libcore.util.Nullable java.l… in getByAddress() method in InetAddress
81 @libcore.util.NonNull public static java.net.InetAddress getByAddress(byte[] addr) throws java.net.… in getByAddress() method in InetAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInetAddress.java133 public static java.net.InetAddress getByAddress(java.lang.String host, byte[] addr) in getByAddress() method in InetAddress
138 private static java.net.InetAddress getByAddress( in getByAddress() method in InetAddress
157 public static java.net.InetAddress getByAddress(byte[] addr) in getByAddress() method in InetAddress
DInet6Address.java57 public static java.net.Inet6Address getByAddress( in getByAddress() method in Inet6Address
63 public static java.net.Inet6Address getByAddress( in getByAddress() method in Inet6Address
/libcore/ojluni/src/main/java/java/net/
DInetAddress.java1045 public static InetAddress getByAddress(String host, byte[] addr) throws UnknownHostException { in getByAddress() method in InetAddress
1051 private static InetAddress getByAddress(String host, byte[] addr, int scopeId) in getByAddress() method in InetAddress
1400 public static InetAddress getByAddress(byte[] addr) in getByAddress() method in InetAddress
DInet6Address.java463 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress() method in Inet6Address
496 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress() method in Inet6Address