@Deprecated @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 |
---|---|
java.lang.String |
getAttributeName()
Deprecated.
|
void |
parse(SetCookie cookie,
java.lang.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, java.lang.String value) throws MalformedCookieException
parse
in interface CookieAttributeHandler
cookie
- Cookie
to be updatedvalue
- cookie attribute value from the cookie response headerMalformedCookieException
public java.lang.String getAttributeName()
getAttributeName
in interface CommonCookieAttributeHandler