org.http4s

WritableInstances

trait WritableInstances extends WritableInstances0

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WritableInstances
  2. WritableInstances0
  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: 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 val byteArrayWritable: Writable[Array[Byte]]

  6. implicit val byteBufferWritable: Writable[ByteBuffer]

  7. implicit val byteVectorWritable: Writable[ByteVector]

  8. implicit def charArrayWritable(implicit charset: Charset = Charset.`UTF-8`): Writable[Array[Char]]

  9. implicit def charSequenceWritable(implicit charset: Charset = Charset.`UTF-8`): Writable[CharSequence]

  10. def chunkedWritable[A](f: (A) ⇒ Channel[Task, Int, ByteVector], chunkSize: Int = 4096): Writable[A]

  11. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  14. implicit val filePathWritable: Writable[Path]

  15. implicit val fileWritable: Writable[File]

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  19. implicit def htmlWritable(implicit charset: Charset = Charset.`UTF-8`): Writable[Elem]

  20. implicit val inputStreamWritable: Writable[InputStream]

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. implicit def naturalTransformationWritable[F[_], A](implicit N: ~>[F, Task], W: Writable[A]): Writable[F[A]]

    Definition Classes
    WritableInstances0
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. implicit def processWritable[A](implicit W: Writable[A]): Writable[Process[Task, A]]

    A process writable is intended for streaming, and does not calculate its bodies in advance.

    A process writable is intended for streaming, and does not calculate its bodies in advance. As such, it does not calculate the Content-Length in advance. This is for use with chunked transfer encoding.

    Definition Classes
    WritableInstances0
  27. implicit def readerWritable(implicit charset: Charset = Charset.`UTF-8`): Writable[Reader]

  28. implicit def showWritable[A](implicit charset: Charset = Charset.`UTF-8`, show: Show[A]): Writable[A]

    Definition Classes
    WritableInstances0
  29. implicit def stringWritable(implicit charset: Charset = Charset.`UTF-8`): Writable[String]

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

    Definition Classes
    AnyRef
  31. implicit def taskWritable[A](implicit W: Writable[A]): Writable[Task[A]]

  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WritableInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped