Searched refs:resultRef (Results 1 – 1 of 1) sorted by relevance
101 final CompletableFuture<List<InetAddress>> resultRef = new CompletableFuture<>(); in getAllByName() local110 resultRef.complete(answer); in getAllByName()112 resultRef.completeExceptionally(new UnknownHostException()); in getAllByName()121 resultRef.completeExceptionally(e); in getAllByName()144 result = resultRef.get(timeoutMs, TimeUnit.MILLISECONDS); in getAllByName()