com.ibm.tivoli.maximo.antivirus.impl.icap

Class AVScannerICAP

  • java.lang.Object
    • com.ibm.tivoli.maximo.antivirus.impl.icap.AVScannerICAP
  • All Implemented Interfaces:
    AVScanner


    public class AVScannerICAP
    extends java.lang.Object
    implements AVScanner
    • Constructor Summary

      Constructors 
      Constructor and Description
      AVScannerICAP(java.lang.String servername, int port) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      AVScannerResult scan(java.io.InputStream in)
      Send this data which is presented in the format of an InputStream to the scanner to be scanned.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • scan

        public AVScannerResult scan(java.io.InputStream in)
                             throws AVScannerException
        Description copied from interface: AVScanner
        Send this data which is presented in the format of an InputStream to the scanner to be scanned.
        Specified by:
        scan in interface AVScanner
        Parameters:
        in - The data to be scanned in the format of an InputStream
        Returns:
        The result of the scan
        Throws:
        AVScannerException