Class Origin$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion<Origin>
org.apache.pekko.http.scaladsl.model.headers.Origin$
- All Implemented Interfaces:
- Serializable,- Renderable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(HttpOrigin firstOrigin, scala.collection.immutable.Seq<HttpOrigin> otherOrigins) Methods inherited from class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanionlowercaseName, name, nameFromClass, parseFromValueString, render
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Origin$public Origin$()
 
- 
- 
Method Details- 
applypublic Origin apply(HttpOrigin firstOrigin, scala.collection.immutable.Seq<HttpOrigin> otherOrigins) 
 
-