Serialized Form
Package org.apache.commons.httpclient |
_comment
java.lang.String _comment
- My comment.
_domain
java.lang.String _domain
- My domain.
_expiryDate
java.util.Date _expiryDate
- My expiration
Date
.
_path
java.lang.String _path
- My path.
_secure
boolean _secure
- My secure flag.
_hasPathAttribute
boolean _hasPathAttribute
- Specifies if the set-cookie header included a Path attribute for this cookie
_hasDomainAttribute
boolean _hasDomainAttribute
- Specifies if the set-cookie header included a Domain attribute for this cookie
_version
int _version
- The version of the cookie specification I was created from.
parameters
NameValuePair[] parameters
- My parameters, if any.
name
java.lang.String name
- Name.
value
java.lang.String value
- Value.
Copyright (c) 2001 - Apache Software Foundation