@Deprecated @Contract(threading=IMMUTABLE) public class BrowserCompatVersionAttributeHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
"Version"
cookie attribute handler for BrowserCompat cookie spec.Constructor and Description |
---|
BrowserCompatVersionAttributeHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Deprecated.
|
void |
parse(SetCookie cookie,
String value)
Deprecated.
Parse cookie version attribute.
|
match, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
match, validate
public BrowserCompatVersionAttributeHandler()
public void parse(SetCookie cookie, String value) throws MalformedCookieException
parse
in interface CookieAttributeHandler
cookie
- Cookie
to be updatedvalue
- cookie attribute value from the cookie response headerMalformedCookieException
public String getAttributeName()
getAttributeName
in interface CommonCookieAttributeHandler
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.