object Digest extends AbstractFunction11[String, String, String, URI, String, String, String, String, String, Int, Boolean, Digest] with HeaderType with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Digest
- Serializable
- HeaderType
- HeaderTypeBase
- AbstractFunction11
- Function11
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type HeaderValue = Digest
- Definition Classes
- Digest → HeaderType → HeaderTypeBase
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def curried: (String) => (String) => (String) => (URI) => (String) => (String) => (String) => (String) => (String) => (Int) => (Boolean) => Digest
- Definition Classes
- Function11
- Annotations
- @unspecialized()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromHeaders(headers: Headers): Either[String, HeaderValue]
- Definition Classes
- HeaderType → HeaderTypeBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
- Definition Classes
- Digest → HeaderType
- def names: Chunk[String]
- Definition Classes
- HeaderType → HeaderTypeBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parse(value: String): Either[String, Digest]
- Definition Classes
- Digest → HeaderType
- def render(header: Digest): String
- Definition Classes
- Digest → HeaderType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toHeaders(value: HeaderValue): Headers
- Definition Classes
- HeaderType → HeaderTypeBase
- def toString(): String
- Definition Classes
- Function11 → AnyRef → Any
- def tupled: ((String, String, String, URI, String, String, String, String, String, Int, Boolean)) => Digest
- Definition Classes
- Function11
- Annotations
- @unspecialized()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])