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