Searched defs:getByAddress (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/annotations/mmodule/java/net/ |
D | Inet6Address.annotated.java | 36 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
|
D | InetAddress.annotated.java | 78 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/ |
D | InetAddress.annotated.java | 73 @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/ |
D | InetAddress.java | 133 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
|
D | Inet6Address.java | 57 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/ |
D | InetAddress.java | 1045 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
|
D | Inet6Address.java | 463 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
|