Searched defs:getAllByName (Results 1 – 3 of 3) sorted by relevance
32 InetAddress[] getAllByName(String host) throws UnknownHostException; in getAllByName() method
276 getAllByName(String name) throws UnknownHostException { in getAllByName() method in Address
321 @Override public InetAddress[] getAllByName(String host) throws UnknownHostException { in getAllByName() method in RouteSelectorTest.FakeDns