rapture.http

HttpHandler

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

  7. final def asInstanceOf[T0]: T0

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

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

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

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

  12. def clone(): AnyRef

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

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

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

  16. def finalize(): Unit

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

  18. final def getClass(): Class[_]

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

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

  21. final def isInstanceOf[T0]: Boolean

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

  23. implicit val linkRedirectHandler: HttpHandler[PathLink] { def response(link: rapture.uri.PathLink): rapture.http.RedirectResponse }

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

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

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

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

Inherited from HttpHandler_1

Inherited from AnyRef

Inherited from Any

Ungrouped