Interface Cookie

All Known Implementing Classes:
DefaultCookie

@Deprecated(forRemoval=true) public interface Cookie
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setComment(String comment)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCreationTime(long time)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDomain(String domain)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setExpiryTime(long expiryTime)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details Link icon

    • getDomain Link icon

      String getDomain()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDomain Link icon

      void setDomain(String domain)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPath Link icon

      String getPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPath Link icon

      void setPath(String path)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName Link icon

      String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setName Link icon

      void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getValue Link icon

      String getValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValue Link icon

      void setValue(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCreationTime Link icon

      long getCreationTime()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the creation time
    • setCreationTime Link icon

      void setCreationTime(long time)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getExpiryTime Link icon

      long getExpiryTime()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setExpiryTime Link icon

      void setExpiryTime(long expiryTime)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getComment Link icon

      String getComment()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setComment Link icon

      void setComment(String comment)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isSecure Link icon

      boolean isSecure()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSecure Link icon

      void setSecure()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isPersistent Link icon

      boolean isPersistent()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHttpOnly Link icon

      void setHttpOnly()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isHttpOnly Link icon

      boolean isHttpOnly()
      Deprecated, for removal: This API element is subject to removal in a future version.