Processes a file and returns the VaasVerdict. @param file the Path to the file to be processed @return the VaasVerdict for the file @throws IOException if an I/O error occurs @throws InterruptedException If the thread is interrupted @throws VaasAuthent
(Path file)
| 157 | * @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. |
| 158 | */ |
| 159 | VaasVerdict forFile(Path file) throws InterruptedException, IOException, VaasAuthenticationException, VaasClientException, VaasServerException; |
| 160 | |
| 161 | /** |
| 162 | * Processes a file and returns the {@link VaasVerdict}. |
no outgoing calls