object HttpChallenge extends AbstractFunction3[String, String, Map[String, String], HttpChallenge] with Serializable
- Source
- HttpChallenge.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpChallenge
- Serializable
- Serializable
- AbstractFunction3
- Function3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(scheme: String, realm: Option[String], params: Map[String, String]): HttpChallenge
- def apply(scheme: String, realm: Option[String]): HttpChallenge
-
def
curried: (String) ⇒ (String) ⇒ (Map[String, String]) ⇒ HttpChallenge
- Definition Classes
- Function3
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function3 → AnyRef → Any
-
def
tupled: ((String, String, Map[String, String])) ⇒ HttpChallenge
- Definition Classes
- Function3
- Annotations
- @unspecialized()