final
case class
Cookie(name: String, content: String, expires: Option[Instant] = None, maxAge: Option[Long] = None, domain: Option[String] = None, path: Option[String] = None, secure: Boolean = false, httpOnly: Boolean = false, extension: Option[String] = None) extends Renderable with Product with Serializable
Instance Constructors
-
new
Cookie(name: String, content: String, expires: Option[Instant] = None, maxAge: Option[Long] = None, domain: Option[String] = None, path: Option[String] = None, secure: Boolean = false, httpOnly: Boolean = false, extension: Option[String] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Cookie, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clearCookie: Set-Cookie
-
def
clone(): AnyRef
-
val
content: String
-
val
domain: Option[String]
-
def
ensuring(cond: (Cookie) ⇒ Boolean, msg: ⇒ Any): Cookie
-
def
ensuring(cond: (Cookie) ⇒ Boolean): Cookie
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Cookie
-
def
ensuring(cond: Boolean): Cookie
-
final
def
eq(arg0: AnyRef): Boolean
-
val
expires: Option[Instant]
-
val
extension: Option[String]
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
val
httpOnly: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
maxAge: Option[Long]
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
path: Option[String]
-
def
render(writer: Writer): writer.type
-
lazy val
renderString: String
-
val
secure: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Cookie, B)
Value Members
-
def
toString(): String
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Cookie to any2stringadd[Cookie]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Cookie to StringFormat[Cookie]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
Cookie to Ensuring[Cookie]
Value Members
-
def
ensuring(cond: (Cookie) ⇒ Boolean, msg: ⇒ Any): Cookie
-
def
ensuring(cond: (Cookie) ⇒ Boolean): Cookie
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Cookie
-
def
ensuring(cond: Boolean): Cookie
Inherited by implicit conversion ArrowAssoc from
Cookie to ArrowAssoc[Cookie]
Value Members
-
def
->[B](y: B): (Cookie, B)
-
def
→[B](y: B): (Cookie, B)
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Cookie, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clearCookie: Set-Cookie
-
def
clone(): AnyRef
-
val
content: String
-
val
domain: Option[String]
-
def
ensuring(cond: (Cookie) ⇒ Boolean, msg: ⇒ Any): Cookie
-
def
ensuring(cond: (Cookie) ⇒ Boolean): Cookie
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Cookie
-
def
ensuring(cond: Boolean): Cookie
-
final
def
eq(arg0: AnyRef): Boolean
-
val
expires: Option[Instant]
-
val
extension: Option[String]
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
val
httpOnly: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
maxAge: Option[Long]
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
path: Option[String]
-
def
render(writer: Writer): writer.type
-
lazy val
renderString: String
-
val
secure: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Cookie, B)