Packages

object Digest extends AbstractFunction11[String, String, String, URI, String, String, String, String, String, Int, Boolean, Digest] with HeaderType with Serializable

Linear Supertypes
Serializable, HeaderType, HeaderTypeBase, AbstractFunction11[String, String, String, URI, String, String, String, String, String, Int, Boolean, Digest], (String, String, String, URI, String, String, String, String, String, Int, Boolean) => Digest, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Digest
  2. Serializable
  3. HeaderType
  4. HeaderTypeBase
  5. AbstractFunction11
  6. Function11
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type HeaderValue = Digest
    Definition Classes
    DigestHeaderTypeHeaderTypeBase

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(response: String, username: String, realm: String, uri: URI, opaque: String, algorithm: String, qop: String, cnonce: String, nonce: String, nc: Int, userhash: Boolean): Digest
    Definition Classes
    Digest → Function11
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def curried: (String) => (String) => (String) => (URI) => (String) => (String) => (String) => (String) => (String) => (Int) => (Boolean) => Digest
    Definition Classes
    Function11
    Annotations
    @unspecialized()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromHeaders(headers: Headers): Either[String, HeaderValue]
    Definition Classes
    HeaderTypeHeaderTypeBase
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def name: String
    Definition Classes
    DigestHeaderType
  15. def names: Chunk[String]
    Definition Classes
    HeaderTypeHeaderTypeBase
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def parse(value: String): Either[String, Digest]
    Definition Classes
    DigestHeaderType
  20. def render(header: Digest): String
    Definition Classes
    DigestHeaderType
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toHeaders(value: HeaderValue): Headers
    Definition Classes
    HeaderTypeHeaderTypeBase
  23. def toString(): String
    Definition Classes
    Function11 → AnyRef → Any
  24. def tupled: ((String, String, String, URI, String, String, String, String, String, Int, Boolean)) => Digest
    Definition Classes
    Function11
    Annotations
    @unspecialized()
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from HeaderType

Inherited from HeaderTypeBase

Inherited from AbstractFunction11[String, String, String, URI, String, String, String, String, String, Int, Boolean, Digest]

Inherited from (String, String, String, URI, String, String, String, String, String, Int, Boolean) => Digest

Inherited from AnyRef

Inherited from Any

Ungrouped