org.mashupbots.socko

processors

package processors

Processors are Akka actors that receives and processes ProcessingContext messages.

This package contains our "pre-fabricated" processors.

Visibility
  1. Public
  2. All

Type Members

  1. class SnoopProcessor extends Actor

    A processor that send a response containing information about the request.

  2. class StaticFileProcessor extends Actor

    A processor that handles downloading of static files.

  3. case class StaticFileRequest (context: HttpRequestProcessingContext, rootFileDir: File, file: File, tempDir: File, browserCacheTimeoutSeconds: Int, fileLastModifiedCacheTimeoutSeconds: Int) extends Product with Serializable

    Message to be sent to StaticFileProcessor for it to download the specified file

Value Members

  1. object ChunkDataStore extends AnyRef

    Store of channel specific data

  2. object HttpDataFactory extends AnyRef

  3. object StaticFileLastModifiedCache extends Logger

    Cache for the last modified date of files.