Package nl.goodbytes.xmpp.xep0363
Interface MalwareScanner
-
- All Known Implementing Classes:
ClamavMalwareScanner
public interface MalwareScanner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidinitialize()voidscan(SecureUniqueId uuid)
-
-
-
Method Detail
-
initialize
void initialize() throws IOException- Throws:
IOException
-
destroy
void destroy()
-
scan
void scan(SecureUniqueId uuid) throws MalwareDetectedException, IOException
- Throws:
MalwareDetectedExceptionIOException
-
-