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)
| 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. |