Package

net.scalytica

clammyscan

Permalink

package clammyscan

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ClamError extends AnyRef

    Permalink
  2. class ClamSocket extends AnyRef

    Permalink
  3. trait ClammyBodyParsers extends AnyRef

    Permalink

    Enables streaming upload of files/attachments with custom metadata to GridFS

  4. class ClammyScan extends AnyRef

    Permalink

    Allows scanning of file streams for viruses using a clamd over TCP.

  5. trait ConfigKeys extends AnyRef

    Permalink
  6. case class DuplicateFileException(message: String) extends Exception with Product with Serializable

    Permalink
  7. case class FileOk() extends Product with Serializable

    Permalink
  8. case class InvalidFilenameException(message: String) extends Exception with Product with Serializable

    Permalink
  9. case class ScanError(message: String, isVirus: Boolean = false) extends ClamError with Product with Serializable

    Permalink
  10. case class VirusFound(message: String, isVirus: Boolean = true) extends ClamError with Product with Serializable

    Permalink

Value Members

  1. object ClamCommands

    Permalink
  2. object ClamConfig extends ConfigKeys

    Permalink
  3. object ClamSocket

    Permalink
  4. object ClammyParserConfig extends ConfigKeys

    Permalink

Ungrouped