com.outr.net.http

handler

package handler

Visibility
  1. Public
  2. All

Type Members

  1. case class ClassLoadingLookupHandler(urlBasePath: String, lookupPath: String, allowCaching: Boolean) extends LookupHandler with Product with Serializable

  2. case class FileLoadingLookupHandler(urlBasePath: String, directory: File, allowCaching: Boolean) extends LookupHandler with Product with Serializable

  3. trait HandlerApplication extends HttpApplication with Logging

  4. trait HandlerListener extends Listener[(HttpRequest, HttpResponse), HttpResponse] with HttpHandler

  5. class HandlerProcessor extends EventProcessor[(HttpRequest, HttpResponse), HttpResponse, HttpResponse]

    HandlerProcessor takes in (HttpRequest, HttpResponse) and returns HttpResponse.

  6. trait LookupHandler extends HttpHandler

  7. trait MultipartHandler extends HttpHandler with Logging

  8. case class MultipartRequestContext(encoding: String, length: Long, contentType: ContentType, input: InputStream) extends RequestContext with Product with Serializable

  9. trait MultipartSupport extends AnyRef

Value Members

  1. object CachedHandler extends HandlerListener with Logging

  2. object HandlerProcessor

  3. object MultipartHandler

  4. object PathMappingHandler

Ungrouped