scalaz.http.response

ResponseHeader

object ResponseHeader extends ResponseHeaders

HTTP response headers. RFC 2616 Section 14 Header Field Definitions.

Linear Supertypes
ResponseHeaders, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ResponseHeader
  2. ResponseHeaders
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. object Entity extends AnyRef

    For deconstructing response headers into entity headers.

  7. object General extends AnyRef

    For deconstructing response headers into general headers.

  8. implicit def ResponseHeaderString (rh: ResponseHeader): String

    Converts the given response header into a string.

    Converts the given response header into a string.

    Attributes
    implicit
    Definition Classes
    ResponseHeaders
  9. implicit def StringResponseHeader (s: String): Option[ResponseHeader]

    Converts the given string into a response header.

    Converts the given string into a response header.

    Attributes
    implicit
    Definition Classes
    ResponseHeaders
  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. implicit def entityToResponse (eh: EntityHeader): ResponseHeader

    Converts the given entity header into a response header.

    Converts the given entity header into a response header.

    Attributes
    implicit
    Definition Classes
    ResponseHeaders
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. implicit def generalToResponse (gh: GeneralHeader): ResponseHeader

    Converts the given general header into a response header.

    Converts the given general header into a response header.

    Attributes
    implicit
    Definition Classes
    ResponseHeaders
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. val headers : List[(String, Product with Serializable with ResponseHeader)]

    A list of known response headers.

  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  25. def toString (): String

    Definition Classes
    AnyRef → Any
  26. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ResponseHeaders

Inherited from AnyRef

Inherited from Any