Interface Cookie

All Known Implementing Classes:
DefaultCookie

public interface Cookie
  • Method Details

    • getDomain

      String getDomain()
    • setDomain

      void setDomain(String domain)
    • getPorts

      int[] getPorts()
    • addPort

      void addPort(int port)
    • getPath

      String getPath()
    • setPath

      void setPath(String path)
    • getName

      String getName()
    • setName

      void setName(String name)
    • getValue

      String getValue()
    • setValue

      void setValue(String value)
    • getExpiryTime

      long getExpiryTime()
    • setExpiryTime

      void setExpiryTime(long expiryTime)
    • getComment

      String getComment()
    • setComment

      void setComment(String comment)
    • isSecure

      boolean isSecure()
    • setSecure

      void setSecure()
    • isPersistent

      boolean isPersistent()
    • setHttpOnly

      void setHttpOnly()
    • isHttpOnly

      boolean isHttpOnly()