Class CookieInfo

    • Constructor Detail

      • CookieInfo

        public CookieInfo​(String name,
                          String value)
    • Method Detail

      • getComment

        public String getComment()
      • getDomain

        public String getDomain()
      • getExpiry

        public Date getExpiry()
      • getMaxAge

        public int getMaxAge()
      • getName

        public String getName()
      • getPath

        public String getPath()
      • getValue

        public String getValue()
      • getVersion

        public int getVersion()
      • isHttpOnly

        public boolean isHttpOnly()
      • isSecure

        public boolean isSecure()
      • setComment

        public void setComment​(String comment)
      • setDomain

        public void setDomain​(String domain)
      • setExpiry

        public void setExpiry​(Date expiry)
      • setHttpOnly

        public void setHttpOnly​(boolean httpOnly)
      • setMaxAge

        public void setMaxAge​(int maxAge)
      • setName

        public void setName​(String name)
      • setPath

        public void setPath​(String path)
      • setSecure

        public void setSecure​(boolean secure)
      • setValue

        public void setValue​(String value)
      • setVersion

        public void setVersion​(int version)