Class Cookie

  • All Implemented Interfaces:
    de.uplanet.net.http.ICookie

    public class Cookie
    extends Object
    implements de.uplanet.net.http.ICookie
    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface de.uplanet.net.http.ICookie
      • getValue

        public String getValue()
        Specified by:
        getValue in interface de.uplanet.net.http.ICookie
      • setValue

        public void setValue​(String p_strValue)
        Specified by:
        setValue in interface de.uplanet.net.http.ICookie
      • getComment

        public String getComment()
        Specified by:
        getComment in interface de.uplanet.net.http.ICookie
      • setComment

        public void setComment​(String p_strComment)
        Specified by:
        setComment in interface de.uplanet.net.http.ICookie
      • getDomain

        public String getDomain()
        Specified by:
        getDomain in interface de.uplanet.net.http.ICookie
      • setDomain

        public void setDomain​(String p_strDomain)
        Specified by:
        setDomain in interface de.uplanet.net.http.ICookie
      • getMaxAge

        public int getMaxAge()
        Specified by:
        getMaxAge in interface de.uplanet.net.http.ICookie
      • setMaxAge

        public void setMaxAge​(int p_iMaxAge)
        Specified by:
        setMaxAge in interface de.uplanet.net.http.ICookie
      • getPath

        public String getPath()
        Specified by:
        getPath in interface de.uplanet.net.http.ICookie
      • setPath

        public void setPath​(String p_strPath)
        Specified by:
        setPath in interface de.uplanet.net.http.ICookie
      • getVersion

        public int getVersion()
        Specified by:
        getVersion in interface de.uplanet.net.http.ICookie
      • setVersion

        public void setVersion​(int p_iVersion)
        Specified by:
        setVersion in interface de.uplanet.net.http.ICookie
      • isSecure

        public boolean isSecure()
        Specified by:
        isSecure in interface de.uplanet.net.http.ICookie
      • setSecure

        public void setSecure​(boolean p_bSecure)
        Specified by:
        setSecure in interface de.uplanet.net.http.ICookie
      • isHttpOnly

        public boolean isHttpOnly()
        Specified by:
        isHttpOnly in interface de.uplanet.net.http.ICookie
      • setHttpOnly

        public void setHttpOnly​(boolean p_bHttpOnly)
        Specified by:
        setHttpOnly in interface de.uplanet.net.http.ICookie
      • getSameSite

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

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