CommonCookieAttributeHandler, CookieAttributeHandler@Deprecated @Contract(threading=IMMUTABLE) public class BrowserCompatVersionAttributeHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
"Version" cookie attribute handler for BrowserCompat cookie spec.| Constructor | Description |
|---|---|
BrowserCompatVersionAttributeHandler() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAttributeName() |
Deprecated.
|
void |
parse(SetCookie cookie,
java.lang.String value) |
Deprecated.
Parse cookie version attribute.
|
match, validatematch, validatepublic BrowserCompatVersionAttributeHandler()
public void parse(SetCookie cookie, java.lang.String value) throws MalformedCookieException
parse in interface CookieAttributeHandlercookie - Cookie to be updatedvalue - cookie attribute value from the cookie response headerMalformedCookieExceptionpublic java.lang.String getAttributeName()
getAttributeName in interface CommonCookieAttributeHandler