Cookie.this

Construct a cookie with the provided attributes. You add these to an output request using HttpClient.addCookie(), or the equivalent.

  1. this()
  2. this(char[] name, char[] value)
    class Cookie
    this
    (
    char[] name
    ,
    char[] value
    )
  3. char[] name;
  4. char[] path;
  5. char[] value;
  6. char[] domain;
  7. char[] comment;

Meta