Cookie.this

Construct an empty client-side cookie. You add these to an output request using HttpClient.addCookie(), or the equivalent.

  1. this()
    class Cookie
    this
    ()
  2. this(char[] name, char[] value)

Meta