Class Cookie$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion<Cookie>
org.apache.pekko.http.scaladsl.model.headers.Cookie$
- All Implemented Interfaces:
- Serializable,- Renderable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(HttpCookiePair first, scala.collection.immutable.Seq<HttpCookiePair> more) apply(scala.Tuple2<String, String> first, scala.collection.immutable.Seq<scala.Tuple2<String, String>> more) Renderer<scala.collection.immutable.Iterable<HttpCookiePair>>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- 
Cookie$public Cookie$()
 
- 
- 
Method Details- 
apply
- 
apply
- 
apply
- 
cookiePairsRenderer
 
-