Searched refs:getAllByName (Results 1 – 4 of 4) sorted by relevance
141 public InetAddress[] getAllByName(String host) throws UnknownHostException { in getAllByName() method in Network192 InetAddress[] hostAddresses = getAllByName(host); in connectToHost()307 Dns dnsLookup = hostname -> Arrays.asList(Network.this.getAllByName(hostname)); in maybeInitUrlConnectionFactory()
165 for (InetAddress remote : InetAddress.getAllByName(server)) { in reset()
5280 * invoking native APIs such as getaddrinfo() or Java APIs such as Network#getAllByName().
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...