Class Cookie

java.lang.Object
jakarta.servlet.http.Cookie
de.uplanet.lucy.server.connector.Cookie
All Implemented Interfaces:
de.uplanet.net.http.ICookie, Serializable, Cloneable

public final class Cookie extends jakarta.servlet.http.Cookie implements de.uplanet.net.http.ICookie
See Also:
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Cookie(String p_strName, String p_strValue)
    Create a cookie with the given name and value.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     
    boolean
    Deprecated.
    Use Cookie.getSecure() instead.
    void
    setSameSite(String p_strSameSite)
     
    void
    setVersion(int p_iVersion)
    Deprecated.

    Methods inherited from class jakarta.servlet.http.Cookie Link icon

    clone, equals, getAttribute, getAttributes, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, hashCode, isHttpOnly, setAttribute, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue

    Methods inherited from class java.lang.Object Link icon

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.uplanet.net.http.ICookie Link icon

    getComment, getDomain, getMaxAge, getName, getPath, getValue, getVersion, isHttpOnly, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue
  • Constructor Details Link icon

  • Method Details Link icon

    • setVersion Link icon

      @Deprecated public void setVersion(int p_iVersion)
      Deprecated.
      Specified by:
      setVersion in interface de.uplanet.net.http.ICookie
      Overrides:
      setVersion in class jakarta.servlet.http.Cookie
    • isSecure Link icon

      @Deprecated public boolean isSecure()
      Deprecated.
      Use Cookie.getSecure() instead.
      Specified by:
      isSecure in interface de.uplanet.net.http.ICookie
    • getSameSite Link icon

      public String getSameSite()
      Specified by:
      getSameSite in interface de.uplanet.net.http.ICookie
    • setSameSite Link icon

      public void setSameSite(String p_strSameSite)
      Specified by:
      setSameSite in interface de.uplanet.net.http.ICookie