@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, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatch, validatepublic BrowserCompatVersionAttributeHandler()
public void parse(SetCookie cookie, String value) throws MalformedCookieException
parse in interface CookieAttributeHandlercookie - Cookie to be updatedvalue - cookie attribute value from the cookie response headerMalformedCookieExceptionpublic String getAttributeName()
getAttributeName in interface CommonCookieAttributeHandlerCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.