Package akka.http.scaladsl.model.headers
Class GenericHttpCredentials$
java.lang.Object
akka.http.scaladsl.model.headers.GenericHttpCredentials$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GenericHttpCredentials$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GenericHttpCredentials$
public GenericHttpCredentials$()
-
-
Method Details
-
apply
public GenericHttpCredentials apply(String scheme, scala.collection.immutable.Map<String, String> params)
-