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

  4. final class CaseInsensitiveStringOps extends AnyVal

  5. trait CaseInsensitiveStringSyntax extends AnyRef

  6. final class NonEmptyList[+A] extends AnyRef

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

  7. trait NonEmptyListFunctions extends AnyRef

  8. sealed abstract class NonEmptyListInstances extends NonEmptyListInstances0

  9. sealed abstract class NonEmptyListInstances0 extends AnyRef

  10. trait OptionOps[A] extends Ops[Option[A]]

  11. trait OptionSyntax extends AnyRef

  12. trait Renderable extends Any

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

  13. trait Renderer[T] extends AnyRef

    A type class that describes how to efficiently render a type

  14. trait StringOps extends Ops[String]

  15. trait StringSyntax extends CaseInsensitiveStringSyntax

  16. class StringWriter extends Writer

    Writer that will result in a String

  17. trait TaskFunctions extends AnyRef

  18. trait Writer extends AnyRef

    Efficiently accumulate Renderable representations

Value Members

  1. object CaseInsensitiveString extends CaseInsensitiveStringSyntax

  2. object NonEmptyList extends NonEmptyListInstances with NonEmptyListFunctions

  3. object Renderable

  4. object Renderer

  5. object TrampolineExecutionContext extends AbstractExecutorService with ExecutionContextExecutorService

  6. object UrlCodingUtils extends UrlCodingUtils

  7. object UrlFormCodec

  8. object Writer

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

  10. object byteVector extends ByteVectorInstances

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

    Temporary.

    Temporary. Contribute back to scalaz-stream.

  12. object option extends OptionSyntax

  13. object string extends StringSyntax

  14. object task extends TaskFunctions

  15. object threads

Inherited from AnyRef

Inherited from Any

Ungrouped