Packages

object ToResponse extends HighPriorityToResponseInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToResponse
  2. HighPriorityToResponseInstances
  3. LowPriorityToResponseInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[A, CT] = ToResponse[A] { type ContentType = CT }
    Definition Classes
    LowPriorityToResponseInstances
    Annotations
    @implicitNotFound( ... )
  2. trait FromCoproduct[C <: Coproduct] extends ToResponse[C]
  3. trait Negotiable[A, CT] extends AnyRef

    Enables server-driven content negotiation with client.

    Enables server-driven content negotiation with client.

    Picks corresponding instance of ToResponse according to Accept header of a request

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def asyncBufToResponse[CT <: String](implicit w: shapeless.Witness.Aux[CT]): Aux[AsyncStream[Buf], CT]
  6. def asyncResponseBuilder[A, CT <: String](writer: (A, Charset) ⇒ Buf)(implicit w: shapeless.Witness.Aux[CT]): Aux[AsyncStream[A], CT]
    Attributes
    protected[io.finch]
    Definition Classes
    LowPriorityToResponseInstances
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. implicit def coproductToResponse[C <: Coproduct, CT <: String](implicit fc: ToResponse.FromCoproduct.Aux[C, CT]): Aux[C, CT]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def instance[A, CT](fn: (A, Charset) ⇒ Response): Aux[A, CT]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. implicit def jsonAsyncStreamToResponse[A](implicit e: Encode.Json[A]): Aux[AsyncStream[A], Json]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. implicit def responseToResponse[CT <: String]: Aux[Response, CT]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. implicit def textAsyncStreamToResponse[A](implicit e: Encode.Text[A]): Aux[AsyncStream[A], Plain]
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. implicit def valueToResponse[A, CT <: String](implicit e: Encode.Aux[A, CT], w: shapeless.Witness.Aux[CT]): Aux[A, CT]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. object FromCoproduct
  29. object Negotiable

Inherited from AnyRef

Inherited from Any

Ungrouped