Cookie

constructor()
constructor(name: String, value: String, domain: String, path: String, secure: Boolean, httponly: Boolean, creation: Long, lastAccess: Long)


constructor(other: Cookie)

Performs a deep copy on other.