文件名称:clamav-java:简单的ClamAV客户端,用于将数据流式传输到Clamd服务器
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-28 15:27:48
Java
简单的 Java客户端。 另请参阅在此基础上构建的。 特拉维斯CI: 提供什么 支持基本的INSTREAM扫描和PING命令。 此处介绍了Clamd协议: ://linux.die.net/man/8/clamd 可以从另一个存储库找到REST风格的API和服务器。 使用客户端 代码是不言自明的。 这样的想法是这样的: ClamAVClient cl = new ClamAVClient("192.168.50.72", 3310); byte[] reply; try { reply = cl.scan(input); } catch (Exception e) { throw new RuntimeException("Could not scan the input", e); } if (!ClamAVClient.isCleanRe
【文件预览】:
clamav-java-master
----Dockerfile(310B)
----src()
--------main()
--------test()
----.travis.yml(154B)
----LICENSE(26KB)
----env()
--------clamd.sh(332B)
----pom.xml(2KB)
----README.md(2KB)
----vagrant()
--------Vagrantfile(869B)