-
name_
java.lang.String name_
Cookie name (never null).
-
value_
java.lang.String value_
Cookie value (never null).
-
comment_
java.lang.String comment_
Cookie comment (always null for V0 cookies).
-
domain_
java.lang.String domain_
Cookie domain, as seen in the HTTP header (can be null).
-
effectiveDomain_
java.lang.String effectiveDomain_
Effective cookie domain, used in matches (never null).
-
path_
java.lang.String path_
Cookie path, as seen in the HTTP header (can be null).
-
effectivePath_
java.lang.String effectivePath_
Effective cookie path, used in matches (never null).
-
secure_
boolean secure_
Is this cookie secure? This field is set but currently unused.
-
expires_
long expires_
Absolute cookie expiration time, in milliseconds since the epoch.
-
version_
int version_
Cookie version, as seen in the HTTP header (zero if not in header).
-
effectiveVersion_
int effectiveVersion_
Effective cookie version, as determined by the parser.
-
httponly_
boolean httponly_
Is this cookie only available via HTTP? This field is set but currently unused.