Asynchronously retrieves a CompletableFuture containing the VaasVerdict for the given URL. @param url the URL to retrieve the verdict for @return a CompletableFuture containing the VaasVerdict for the URL
(URL url)
| 181 | * @return a {@link CompletableFuture} containing the {@link VaasVerdict} for the URL |
| 182 | */ |
| 183 | CompletableFuture<VaasVerdict> forUrlAsync(URL url); |
| 184 | |
| 185 | /** |
| 186 | * Asynchronously retrieves a {@link CompletableFuture} containing the |
no outgoing calls