case class CookieWithMeta(name: String, valueWithMeta: CookieValueWithMeta) extends Product with Serializable
A cookie name-value pair with directives.
All String
values should be already encoded (if necessary), as when serialised, they end up unmodified in the
header.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CookieWithMeta
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CookieWithMeta(name: String, valueWithMeta: CookieValueWithMeta)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def domain(v: Option[String]): CookieWithMeta
- def domain: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expires(v: Option[Instant]): CookieWithMeta
- def expires: Option[Instant]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def httpOnly(v: Boolean): CookieWithMeta
- def httpOnly: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def maxAge(v: Option[Long]): CookieWithMeta
- def maxAge: Option[Long]
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def otherDirective(v: (String, Option[String])): CookieWithMeta
- def otherDirectives: Map[String, Option[String]]
- def path(v: Option[String]): CookieWithMeta
- def path: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sameSite(s: Option[SameSite]): CookieWithMeta
- def sameSite: Option[SameSite]
- def secure(v: Boolean): CookieWithMeta
- def secure: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- returns
Representation of the cookie as in a header value, in the format:
[name]=[value]; [directive]=[value]; ...
.
- Definition Classes
- CookieWithMeta → AnyRef → Any
- def value(v: String): CookieWithMeta
- def value: String
- val valueWithMeta: CookieValueWithMeta
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)