public class SerializableCookie
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected java.lang.String |
domain |
protected int |
maxAge |
protected java.lang.String |
name |
protected java.lang.String |
path |
protected boolean |
secure |
protected java.lang.String |
value |
protected int |
version |
Constructor and Description |
---|
SerializableCookie(javax.servlet.http.Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.Cookie |
toCookie() |