Package de.cwkr.clamd4j
Klasse ClamdClient
java.lang.Object
de.cwkr.clamd4j.ClamdClient
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidping()Send a PING to ClamAV Daemonscan(Collection<SuspiciousFile> suspiciousFiles) Scan a list of suspicious files for malware using ClamAV Daemonversion()Get ClamAV Daemon version
-
Konstruktordetails
-
ClamdClient
public ClamdClient()
-
-
Methodendetails
-
scan
Scan a list of suspicious files for malware using ClamAV Daemon- Parameter:
suspiciousFiles- list of suspicious files to scan- Löst aus:
IOException
-
ping
Send a PING to ClamAV Daemon- Löst aus:
IllegalStateException- when reply is not PONGIOException
-
version
Get ClamAV Daemon version- Löst aus:
IOException
-