Object/Trait

rapture.http

HttpHandler

Related Docs: trait HttpHandler | package http

Permalink

object HttpHandler extends HttpHandler_1

Linear Supertypes
HttpHandler_1, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpHandler
  2. HttpHandler_1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val StringInputHandler: HttpHandler[Input[String]] { def response(in: rapture.io.Input[String]): rapture.http.StreamResponse }

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit def attachmentHandler[T](implicit h: HttpHandler[T]): HttpHandler[Attachment[T]]

    Permalink
  7. implicit def byteInputHandleri(implicit mimeType: MimeType): HttpHandler[Input[Byte]] { def response(in: rapture.io.Input[Byte]): rapture.http.ByteStreamResponse }

    Permalink
  8. implicit def cacheHandler[T](implicit h: HttpHandler[T]): HttpHandler[Cached[T]]

    Permalink
  9. implicit def charInputHandler(implicit enc: Encoding, mimeType: MimeType): HttpHandler[Input[Char]] { def response(in: rapture.io.Input[Char]): rapture.http.StreamResponse }

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. implicit def fileHandler: HttpHandler[FileUrl] { def response(file: rapture.fs.FileUrl): rapture.http.FileResponse }

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit def futureHandler[T](implicit h: HttpHandler[T], ec: ExecutionContext): HttpHandler[Future[T]]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit def htmlDocHandler(implicit f: DomFormatter[String]): HttpHandler[HtmlDoc]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. implicit def jsonHandler(implicit enc: Encoding): HttpHandler[Json] { def response(t: rapture.json.Json): rapture.http.StreamResponse }

    Permalink
  21. implicit val linkRedirectHandler: HttpHandler[Link] { def response(link: rapture.uri.Link): rapture.http.RedirectResponse }

    Permalink
    Definition Classes
    HttpHandler_1
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. implicit val nullHandler: HttpHandler[Response]

    Permalink
  26. implicit def stringHandler(implicit enc: Encoding): HttpHandler[String] { def response(t: String): rapture.http.StreamResponse }

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. implicit def xmlHandler(implicit enc: Encoding): HttpHandler[Seq[Node]] { def response(t: Seq[scala.xml.Node]): rapture.http.StreamResponse }

    Permalink

Inherited from HttpHandler_1

Inherited from AnyRef

Inherited from Any

Ungrouped