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

Method forUrl

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

Retrieves a VaasVerdict for the given URL. @param url the URL to retrieve the verdict for @return the VaasVerdict for the URL @throws InterruptedException If the thread is interrupted @throws VaasAuthenticationException If there is an authentication error. Don't repeat the re

(URL url)

Source from the content-addressed store, hash-verified

204 * @throws VaasServerException The server encountered an internal error. Recommended actions: You may retry the request after a certain delay. If the problem persists contact G DATA.
205 */
206 VaasVerdict forUrl(URL url) throws InterruptedException, VaasAuthenticationException, VaasClientException, VaasServerException;
207
208 /**
209 * Retrieves a {@link VaasVerdict} for the given URL.

Implementers 1

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

Calls

no outgoing calls