public class ServerCookie
extends java.lang.Object
implements java.io.Serializable
Tomcat.core uses this recyclable object to represent cookies, and the facade will convert it to the external representation.
| Constructor and Description |
|---|
ServerCookie() |
| Modifier and Type | Method and Description |
|---|---|
MessageBytes |
getComment() |
MessageBytes |
getDomain() |
MessageBytes |
getName() |
MessageBytes |
getPath() |
MessageBytes |
getValue() |
int |
getVersion() |
void |
recycle() |
void |
setVersion(int v) |
java.lang.String |
toString() |
public void recycle()
public MessageBytes getComment()
public MessageBytes getDomain()
public MessageBytes getPath()
public MessageBytes getName()
public MessageBytes getValue()
public int getVersion()
public void setVersion(int v)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.