| Package | Description |
|---|---|
| xyz.capybara.clamav | |
| xyz.capybara.clamav.commands.scan |
| 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.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
protected ScanResult |
ScanCommand.parseResponse(String responseString) |
ScanResult |
InStream.send(InetSocketAddress server) |
Copyright © 2016. All rights reserved.