org.http4s

util

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ByteVectorInstances extends AnyRef

  2. final case class ByteVectorWriter(bv: ByteVector = scodec.bits.ByteVector.empty, charset: java.nio.charset.Charset = ...) extends Writer with Product with Serializable

    Writer that will result in a ByteVector

  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. final class NonEmptyList[+A] extends AnyRef

    A singly-linked list that is guaranteed to be non-empty.

  5. trait NonEmptyListFunctions extends AnyRef

  6. sealed abstract class NonEmptyListInstances extends NonEmptyListInstances0

  7. sealed abstract class NonEmptyListInstances0 extends AnyRef

  8. trait ProcessApp extends AnyRef

  9. trait Renderable extends Any

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

  10. trait Renderer[T] extends AnyRef

    A type class that describes how to efficiently render a type

  11. class StringWriter extends Writer

    Writer that will result in a String

  12. trait TaskFunctions extends AnyRef

  13. trait Writer extends AnyRef

    Efficiently accumulate Renderable representations

  14. type CaseInsensitiveStringOps = StringOps

    Annotations
    @deprecated
    Deprecated

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

  15. type CaseInsensitiveStringSyntax = StringSyntax

    Annotations
    @deprecated
    Deprecated

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

Value Members

  1. object CaseInsensitiveString extends CaseInsensitiveStringInstances

  2. object NonEmptyList extends NonEmptyListInstances with NonEmptyListFunctions

  3. object Renderable

  4. object Renderer

  5. object StringWriter

  6. object TrampolineExecutionContext extends AbstractExecutorService with ExecutionContextExecutorService

  7. object Writer

  8. 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.

  9. object byteVector extends ByteVectorInstances

  10. def decode(charset: Charset): Process1[ByteVector, String]

    Temporary.

    Temporary. Contribute back to scalaz-stream.

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

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

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

  12. object task extends TaskFunctions

  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