public class LazyCookieState extends Object
Buffer
s.
The String
representation will be created on demand.
Allows recycling and uses Buffer 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.Constructor and Description |
---|
LazyCookieState() |
public void recycle()
public DataChunk getComment()
public DataChunk getDomain()
public DataChunk getPath()
public void setSecure(boolean flag)
public boolean getSecure()
public DataChunk getName()
public DataChunk getValue()
Copyright © 2017 Oracle Corporation. All Rights Reserved.