Package | Description |
---|---|
org.waarp.icap |
Class and Description |
---|
IcapClient
The IcapClient allows to do 3 actions:
connect(): which allows to initialize the connection with the ICAP
server
close(): forces the client to disconnect from the ICAP server
scanFile(path): send a file for a scan by the ICAP server
This code is inspired from 2 sources:
https://github.com/Baekalfen/ICAP-avscan
https://github.com/claudineyns/icap-client
This reflects the RFC 3507 and errata as of 2010/04/17.
|
IcapError
Standard ICAP error code
|
IcapException
All ICAP exception
|
IcapModel
Model parameters for ICAP
|
IcapScanFile
IcapScanFile command to ask an ICAP server to scan a file
through network ICAP protocol.
|
Copyright © 2009–2022 Waarp. All rights reserved.