Package org.apache.http.impl.cookie
Class BrowserCompatVersionAttributeHandler
- java.lang.Object
-
- org.apache.http.impl.cookie.AbstractCookieAttributeHandler
-
- org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
-
- All Implemented Interfaces:
CookieAttributeHandler
@Immutable public class BrowserCompatVersionAttributeHandler extends AbstractCookieAttributeHandler
"Version" cookie attribute handler for BrowserCompat cookie spec.- Since:
- 4.3
-
-
Constructor Summary
Constructors Constructor Description BrowserCompatVersionAttributeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(SetCookie cookie, java.lang.String value)Parse cookie version attribute.-
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
match, validate
-
-
-
-
Method Detail
-
parse
public void parse(SetCookie cookie, java.lang.String value) throws MalformedCookieException
Parse cookie version attribute.- Parameters:
cookie-Cookieto be updatedvalue- cookie attribute value from the cookie response header- Throws:
MalformedCookieException
-
-