| Package | Description |
|---|---|
| xyz.capybara.clamav |
| Modifier and Type | Method and Description |
|---|---|
ScanResult |
ClamavClient.parallelScan(Path path)
Scans a file/directory on the server filesystem and will continue the scan to the end
even if a virus has been found.
|
void |
ClamavClient.ping()
Pings the ClamAV service.
|
void |
ClamavClient.reloadVirusDatabases() |
ScanResult |
ClamavClient.scan(InputStream inputStream)
Scans an
InputStream and sends a response as soon as a virus has been found. |
ScanResult |
ClamavClient.scan(Path path)
Scans a file/directory on the server filesystem and sends a response as soon as a virus has been found.
|
ScanResult |
ClamavClient.scan(Path path,
boolean continueScan)
Scans a file/directory on the server filesystem and may continue the scan to the end
even if a virus has been found, depending on the
continueScan argument. |
void |
ClamavClient.shutdownServer()
Shutdowns the ClamAV service on the server
|
String |
ClamavClient.stats()
Requests stats from the ClamAV service
|
String |
ClamavClient.version()
Requests the version of the ClamAV service
|
Copyright © 2016. All rights reserved.