com.outr.net.http

handler

package handler

Visibility
  1. Public
  2. All

Type Members

  1. class AddHeaderHandler extends HttpHandler

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

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

  4. trait HandlerApplication extends HttpApplication with Logging

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

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

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

  7. trait LookupHandler extends HttpHandler

  8. trait MultipartHandler extends HttpHandler with Logging

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

  10. trait MultipartSupport extends AnyRef

Value Members

  1. object CachedHandler extends HandlerListener with Logging

  2. object HandlerProcessor

  3. object MultipartHandler

  4. object PathMappingHandler

  5. package extra

Ungrouped