Package org.analogweb

Interface Cookies.Cookie

  • All Known Implementing Classes:
    DefaultCookie
    Enclosing interface:
    Cookies

    public static interface Cookies.Cookie
    A Cookie.
    Author:
    snowgoose
    • Method Detail

      • getComment

        String getComment()
      • getMaxAge

        int getMaxAge()
      • isSecure

        boolean isSecure()
      • getVersion

        int getVersion()
      • getDomain

        String getDomain()