net.scalytica

clammyscan

package clammyscan

Visibility
  1. Public
  2. All

Type Members

  1. trait ClamCommands extends AnyRef

  2. trait ClamConfig extends ConfigKeys

  3. abstract class ClamError extends AnyRef

  4. class ClamSocket extends ClamCommands

  5. trait ClammyBodyParsers extends ClammyParserConfig

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

  6. trait ClammyParserConfig extends ConfigKeys

  7. class ClammyScan extends ClamCommands

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

  8. trait ConfigKeys extends AnyRef

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

  10. case class FileOk() extends Product with Serializable

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

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

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

Value Members

  1. object ClamSocket extends ClamConfig

Ungrouped