MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / forUrlAsync

Method forUrlAsync

java/src/main/java/de/gdata/vaas/IVaas.java:183–183  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Implementers 1

Vaasjava/src/main/java/de/gdata/vaas/Vaas.

Calls

no outgoing calls