@Deprecated @Contract(threading=IMMUTABLE) public class BrowserCompatVersionAttributeHandler extends AbstractCookieAttributeHandler implements CommonCookieAttributeHandler
"Version"用于BrowserCompat cookie规范的cookie属性处理程序。
| Constructor and Description |
|---|
BrowserCompatVersionAttributeHandler()
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
已过时。
|
void |
parse(SetCookie cookie, String value)
已过时。
解析cookie版本属性。
|
match, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatch, validatepublic void parse(SetCookie cookie, String value) throws MalformedCookieException
parse在接口
CookieAttributeHandler
cookie - Cookie待更新
value - 来自cookie响应头的cookie属性值
MalformedCookieException
public String getAttributeName()
getAttributeName在接口
CommonCookieAttributeHandler
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.