c

org.http4s.util

ChunkWriter

final case class ChunkWriter(toChunk: Chunk[Byte] = Chunk.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8) extends Writer with Product with Serializable

Writer that will result in a ByteVector

Source
Renderable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChunkWriter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Writer
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChunkWriter(toChunk: Chunk[Byte] = Chunk.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ChunkWriter to any2stringadd[ChunkWriter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ChunkWriter, B)
    Implicit
    This member is added by an implicit conversion from ChunkWriter to ArrowAssoc[ChunkWriter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def <<[T](r: T)(implicit arg0: Renderer[T]): ChunkWriter.this.type
    Definition Classes
    Writer
  6. final def <<(long: Long): ChunkWriter.this.type
    Definition Classes
    Writer
  7. final def <<(int: Int): ChunkWriter.this.type
    Definition Classes
    Writer
  8. final def <<(double: Double): ChunkWriter.this.type
    Definition Classes
    Writer
  9. final def <<(float: Float): ChunkWriter.this.type
    Definition Classes
    Writer
  10. final def <<(char: Char): ChunkWriter.this.type
    Definition Classes
    Writer
  11. final def <<(s: CaseInsensitiveString): ChunkWriter.this.type
    Definition Classes
    Writer
  12. final def <<(s: String): ChunkWriter.this.type
    Definition Classes
    Writer
  13. final def <<#(s: String): ChunkWriter.this.type
    Definition Classes
    Writer
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def addSeq[T](s: Seq[T], sep: String = "", start: String = "", end: String = "")(implicit arg0: Renderer[T]): ChunkWriter.this.type
    Definition Classes
    Writer
  16. def addStringNel(s: NonEmptyList[String], sep: String = "", start: String = "", end: String = ""): ChunkWriter.this.type
    Definition Classes
    Writer
  17. def addStrings(s: Seq[String], sep: String = "", start: String = "", end: String = ""): ChunkWriter.this.type
    Definition Classes
    Writer
  18. def append(long: Long): ChunkWriter.this.type
    Definition Classes
    ChunkWriterWriter
  19. def append(int: Int): ChunkWriter.this.type
    Definition Classes
    ChunkWriterWriter
  20. def append(double: Double): ChunkWriter.this.type
    Definition Classes
    ChunkWriterWriter
  21. def append(float: Float): ChunkWriter.this.type
    Definition Classes
    ChunkWriterWriter
  22. def append(char: Char): ChunkWriter.this.type
    Definition Classes
    ChunkWriterWriter
  23. def append(s: String): ChunkWriter.this.type
    Definition Classes
    ChunkWriterWriter
  24. def append[T](r: T)(implicit R: Renderer[T]): ChunkWriter.this.type
    Definition Classes
    Writer
  25. def append(ci: CaseInsensitiveString): ChunkWriter.this.type
    Definition Classes
    Writer
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. val charset: java.nio.charset.Charset
  28. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. def ensuring(cond: (ChunkWriter) ⇒ Boolean, msg: ⇒ Any): ChunkWriter
    Implicit
    This member is added by an implicit conversion from ChunkWriter to Ensuring[ChunkWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: (ChunkWriter) ⇒ Boolean): ChunkWriter
    Implicit
    This member is added by an implicit conversion from ChunkWriter to Ensuring[ChunkWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: ⇒ Any): ChunkWriter
    Implicit
    This member is added by an implicit conversion from ChunkWriter to Ensuring[ChunkWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): ChunkWriter
    Implicit
    This member is added by an implicit conversion from ChunkWriter to Ensuring[ChunkWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ChunkWriter to StringFormat[ChunkWriter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def quote(s: String, escapedChars: BitSet = Writer.HeaderValueDQuote, escapeChar: Char = '\\'): ChunkWriter.this.type
    Definition Classes
    Writer
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. var toChunk: Chunk[Byte]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def [B](y: B): (ChunkWriter, B)
    Implicit
    This member is added by an implicit conversion from ChunkWriter to ArrowAssoc[ChunkWriter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Writer

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ChunkWriter to any2stringadd[ChunkWriter]

Inherited by implicit conversion StringFormat from ChunkWriter to StringFormat[ChunkWriter]

Inherited by implicit conversion Ensuring from ChunkWriter to Ensuring[ChunkWriter]

Inherited by implicit conversion ArrowAssoc from ChunkWriter to ArrowAssoc[ChunkWriter]

Ungrouped