Package org.apache.tomcat.util.http
Class CookieProcessorBase
java.lang.Object
org.apache.tomcat.util.http.CookieProcessorBase
- All Implemented Interfaces:
CookieProcessor
- Direct Known Subclasses:
LegacyCookieProcessor
,Rfc6265CookieProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final ThreadLocal<DateFormat>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tomcat.util.http.CookieProcessor
generateHeader, generateHeader, getCharset, parseCookieHeader
-
Field Details
-
COOKIE_DATE_FORMAT
-
ANCIENT_DATE
-
-
Constructor Details
-
CookieProcessorBase
public CookieProcessorBase()
-
-
Method Details
-
getSameSiteCookies
-
setSameSiteCookies
-