public abstract class CookieProcessorBase extends Object implements CookieProcessor
Modifier and Type | Field and Description |
---|---|
protected static String |
ANCIENT_DATE |
protected static ThreadLocal<DateFormat> |
COOKIE_DATE_FORMAT |
Constructor and Description |
---|
CookieProcessorBase() |
Modifier and Type | Method and Description |
---|---|
SameSiteCookies |
getSameSiteCookies() |
void |
setSameSiteCookies(String sameSiteCookies) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateHeader, generateHeader, getCharset, parseCookieHeader
protected static final ThreadLocal<DateFormat> COOKIE_DATE_FORMAT
protected static final String ANCIENT_DATE
public SameSiteCookies getSameSiteCookies()
public void setSameSiteCookies(String sameSiteCookies)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.