Packages

package util

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ByteChunkOps extends AnyVal
  2. trait ByteChunkSyntax extends AnyRef
  3. sealed class CaseInsensitiveString extends CharSequence with Ordered[CaseInsensitiveString]

    A String wrapper such that two strings x and y are equal if x.value.equalsIgnoreCase(y.value)

  4. trait ChunkInstances extends ChunkInstances0
  5. trait ChunkInstances0 extends AnyRef
  6. 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

  7. trait NonEmptyListSyntax extends AnyRef
  8. trait Renderable extends Any

    Mixin that makes a type writable by a Writer without needing a Renderer instance

  9. trait Renderer[T] extends AnyRef

    A type class that describes how to efficiently render a type

    A type class that describes how to efficiently render a type

    T

    the type which will be rendered

  10. trait StreamApp extends AnyRef
  11. class StringWriter extends Writer

    Writer that will result in a String

  12. trait Writer extends AnyRef

    Efficiently accumulate Renderable representations

  13. type CaseInsensitiveStringOps = StringOps
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.StringOps

  14. type CaseInsensitiveStringSyntax = StringSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.StringSyntax

Value Members

  1. def bug(message: String): AssertionError

    Constructs an assertion error with a reference back to our issue tracker.

    Constructs an assertion error with a reference back to our issue tracker. Use only with head hung low.

  2. def decode[F[_]](charset: Charset): Pipe[F, Byte, String]
  3. def encodeHex(data: Array[Byte]): Array[Char]

    Encode a string to a Hexadecimal string representation Adapted from apache commons Hex.encodeHex

  4. object ByteVectorChunk
  5. object CaseInsensitiveString extends CaseInsensitiveStringInstances
  6. object Renderable
  7. object Renderer
  8. object StringWriter
  9. object TrampolineExecutionContext extends AbstractExecutorService with ExecutionContextExecutorService
  10. object Writer
  11. object chunk extends ChunkInstances with ByteChunkSyntax
  12. object nonEmptyList extends NonEmptyListSyntax
  13. object threads

Deprecated Value Members

  1. object string extends StringSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Moved to org.http4s.syntax.string

Inherited from AnyRef

Inherited from Any

Ungrouped