org.mashupbots.socko

handlers

package handlers

Visibility
  1. Public
  2. All

Type Members

  1. class SnoopHandler extends Actor

    Sends a response containing information about the received event.

  2. class StaticContentHandler extends Actor

    Handles downloading of static files and resources.

  3. case class StaticContentHandlerConfig(rootFilePaths: Seq[String] = Nil, tempDir: File = ..., cache: LocalCache = new LocalCache(1000, 16), serverCacheMaxFileSize: Int = 1024 * 100, serverCacheTimeoutSeconds: Int = 3600, browserCacheTimeoutSeconds: Int = 3600) extends Extension with Product with Serializable

    Configuration for org.mashupbots.socko.handlers.StaticContentHandler.

  4. case class StaticFileRequest(event: HttpRequestEvent, file: File, serverCacheTimeoutSeconds: Option[Int] = None, browserCacheTimeoutSeconds: Option[Int] = None) extends Product with Serializable

    Message to be sent to org.mashupbots.socko.handlers.StaticContentHandler for it to download the specified file

  5. case class StaticResourceRequest(event: HttpRequestEvent, classpath: String, serverCacheTimeoutSeconds: Option[Int] = None, browserCacheTimeoutSeconds: Option[Int] = None) extends Product with Serializable

    Message to be sent to org.mashupbots.socko.handlers.StaticContentHandler for it to download the specified file

Value Members

  1. object HttpDataFactory

  2. object SnoopHandler

Ungrouped