Package org.htmlunit.httpclient
Class HtmlUnitMaxAgeHandler
java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
org.apache.http.impl.cookie.BasicMaxAgeHandler
org.htmlunit.httpclient.HtmlUnitMaxAgeHandler
- All Implemented Interfaces:
org.apache.http.cookie.CommonCookieAttributeHandler
,org.apache.http.cookie.CookieAttributeHandler
final class HtmlUnitMaxAgeHandler
extends org.apache.http.impl.cookie.BasicMaxAgeHandler
Customized BasicMaxAgeHandler for HtmlUnit.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.impl.cookie.BasicMaxAgeHandler
getAttributeName
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
match, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.http.cookie.CookieAttributeHandler
match, validate
-
Constructor Details
-
HtmlUnitMaxAgeHandler
HtmlUnitMaxAgeHandler()
-
-
Method Details
-
parse
public void parse(org.apache.http.cookie.SetCookie cookie, String value) throws org.apache.http.cookie.MalformedCookieException - Specified by:
parse
in interfaceorg.apache.http.cookie.CookieAttributeHandler
- Overrides:
parse
in classorg.apache.http.impl.cookie.BasicMaxAgeHandler
- Throws:
org.apache.http.cookie.MalformedCookieException
-