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
 
 public abstract class CookieProcessorBase extends java.lang.Object implements CookieProcessor 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.lang.StringANCIENT_DATEprotected static java.lang.ThreadLocal<java.text.DateFormat>COOKIE_DATE_FORMAT
 - 
Constructor SummaryConstructors Constructor Description CookieProcessorBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SameSiteCookiesgetSameSiteCookies()voidsetSameSiteCookies(java.lang.String sameSiteCookies)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tomcat.util.http.CookieProcessorgenerateHeader, generateHeader, getCharset, parseCookieHeader
 
- 
 
- 
- 
- 
Method Detail- 
getSameSiteCookiespublic SameSiteCookies getSameSiteCookies() 
 - 
setSameSiteCookiespublic void setSameSiteCookies(java.lang.String sameSiteCookies) 
 
- 
 
-