Class BrowserCompatVersionAttributeHandler
java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
- All Implemented Interfaces:
CommonCookieAttributeHandler, CookieAttributeHandler
@Deprecated
@Contract(threading=IMMUTABLE)
public class BrowserCompatVersionAttributeHandler
extends AbstractCookieAttributeHandler
implements CommonCookieAttributeHandler
Deprecated.
(4.4) no longer used.
"Version" cookie attribute handler for BrowserCompat cookie spec.- Since:
- 4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidDeprecated.Parse cookie version attribute.Methods inherited from class AbstractCookieAttributeHandler
match, validateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CookieAttributeHandler
match, validate
-
Constructor Details
-
BrowserCompatVersionAttributeHandler
public BrowserCompatVersionAttributeHandler()Deprecated.
-
-
Method Details
-
parse
Deprecated.Parse cookie version attribute.- Specified by:
parsein interfaceCookieAttributeHandler- Parameters:
cookie-Cookieto be updatedvalue- cookie attribute value from the cookie response header- Throws:
MalformedCookieException
-
getAttributeName
Deprecated.- Specified by:
getAttributeNamein interfaceCommonCookieAttributeHandler
-