Class ServerCookie
java.lang.Object
org.apache.tomcat.util.http.ServerCookie
- All Implemented Interfaces:
- Serializable
Server-side cookie representation. Allows recycling and uses MessageBytes as low-level representation ( and thus the
 byte -> char conversion can be delayed until we know the charset ).
 
Tomcat.core uses this recyclable object to represent cookies, and the facade will convert it to the external representation.
- See Also:
- 
Constructor Details- 
ServerCookiepublic ServerCookie()
 
- 
- 
Method Details- 
recyclepublic void recycle()
- 
getName
- 
getValue
- 
toString
 
-