Package

org.http4s

util

Permalink

package util

Linear Supertypes
AnyRef, Any
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. sealed class CaseInsensitiveString extends CharSequence with Ordered[CaseInsensitiveString]

    Permalink

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

  2. trait Renderable extends Any

    Permalink

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

  3. trait Renderer[T] extends AnyRef

    Permalink

    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

  4. final case class SegmentWriter(toByteSegment: Segment[Byte, Unit] = Segment.empty[Byte], charset: java.nio.charset.Charset = StandardCharsets.UTF_8) extends Writer with Product with Serializable

    Permalink

    Writer that will result in a Segment

  5. class StringWriter extends Writer

    Permalink

    Writer that will result in a String

  6. trait Writer extends AnyRef

    Permalink

    Efficiently accumulate Renderable representations

  7. type CaseInsensitiveStringOps = StringOps

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  8. type CaseInsensitiveStringSyntax = StringSyntax

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  9. type ExitCode = fs2.StreamApp.ExitCode

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M7) Use fs2.StreamApp.ExitCode instead

  10. type NonEmptyListSyntax = syntax.NonEmptyListSyntax

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M5) Moved to org.http4s.syntax.NonEmptyListSyntax

  11. type StreamApp[F[_]] = fs2.StreamApp[F]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M7) Use fs2.StreamApp instead

Value Members

  1. object CaseInsensitiveString extends CaseInsensitiveStringInstances

    Permalink
  2. object Renderable

    Permalink
  3. object Renderer

    Permalink
  4. object StringWriter

    Permalink
  5. object Writer

    Permalink
  6. def bug(message: String): AssertionError

    Permalink

    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.

  7. def decode[F[_]](charset: Charset): Pipe[F, Byte, String]

    Permalink
  8. def encodeHex(data: Array[Byte]): Array[Char]

    Permalink

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

  9. object execution

    Permalink
  10. def hashLower(s: String): Int

    Permalink
  11. object threads

    Permalink

Deprecated Value Members

  1. val ExitCode: fs2.StreamApp.ExitCode.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M7) Use fs2.StreamApp.ExitCode instead

  2. val TrampolineExecutionContext: ExecutionContextExecutor

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M2) Moved to org.http4s.execution.trampoline, is now merely a ExecutionContextExecutor.

  3. object nonEmptyList extends NonEmptyListSyntax

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M5) Moved to org.http4s.syntax.nonEmptyList

  4. object string extends StringSyntax

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped