Packages

c

play.core.cookie.encoding

DefaultCookie

class DefaultCookie extends Cookie

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultCookie
  2. Cookie
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultCookie(name: String, value: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def compareTo(c: Cookie): Int
    Definition Classes
    DefaultCookie → Comparable
    Annotations
    @Override()
  7. def domain(): String
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(o: AnyRef): Boolean
    Definition Classes
    DefaultCookie → AnyRef → Any
    Annotations
    @Override()
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    DefaultCookie → AnyRef → Any
    Annotations
    @Override()
  12. def isHttpOnly(): Boolean
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isPartitioned(): Boolean
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  15. def isSecure(): Boolean
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  16. def maxAge(): Int
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  17. def name(): String
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. def path(): String
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  22. def sameSite(): String
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  23. def setDomain(domain: String): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  24. def setHttpOnly(httpOnly: Boolean): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  25. def setMaxAge(maxAge: Int): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  26. def setPartitioned(partitioned: Boolean): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  27. def setPath(path: String): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  28. def setSameSite(sameSite: String): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  29. def setSecure(secure: Boolean): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  30. def setValue(value: String): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  31. def setWrap(wrap: Boolean): Unit
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    DefaultCookie → AnyRef → Any
    Annotations
    @Override()
  34. def value(): String
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def wrap(): Boolean
    Definition Classes
    DefaultCookieCookie
    Annotations
    @Override()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def validateValue(name: String, value: String): String
    Attributes
    protected[encoding]
    Annotations
    @Deprecated
    Deprecated

Inherited from Cookie

Inherited from Comparable[Cookie]

Inherited from AnyRef

Inherited from Any

Ungrouped