Class HttpCookiePair
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- scala.Equals,- scala.Product
public abstract class HttpCookiePair
extends HttpCookiePair
implements ToStringRenderable, scala.Product, Serializable
for a full definition of the http cookie header fields, see
 http://tools.ietf.org/html/rfc6265
 This class is sealed abstract to prevent generation of default apply method in companion
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpCookiePairstatic HttpCookiePairname()static HttpCookiePairstatic HttpCookiePairrender(R r) toCookie()Converts this cookie pair into an HttpCookie to be used with the `Set-Cookie` header.static voidstatic voidvalidateRaw(String name, String value) value()Methods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpCookiePaircreate, createRawMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoString
- 
Constructor Details- 
HttpCookiePairpublic HttpCookiePair()
 
- 
- 
Method Details- 
apply
- 
apply
- 
raw
- 
raw
- 
validate
- 
validateRaw
- 
name- Specified by:
- namein class- HttpCookiePair
 
- 
value- Specified by:
- valuein class- HttpCookiePair
 
- 
render- Specified by:
- renderin interface- Renderable
 
- 
toCookieDescription copied from class:HttpCookiePairConverts this cookie pair into an HttpCookie to be used with the `Set-Cookie` header.- Specified by:
- toCookiein class- HttpCookiePair
 
 
-