Package org.apache.http.impl.cookie
Class BasicMaxAgeHandler
java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
org.apache.http.impl.cookie.BasicMaxAgeHandler
- All Implemented Interfaces:
CookieAttributeHandler
public class BasicMaxAgeHandler extends AbstractCookieAttributeHandler
-
Constructor Summary
Constructors Constructor Description BasicMaxAgeHandler() -
Method Summary
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
match, validate
-
Constructor Details
-
BasicMaxAgeHandler
public BasicMaxAgeHandler()
-
-
Method Details
-
parse
Description copied from interface:CookieAttributeHandlerParse the given cookie attribute value and update the correspondingCookieproperty.- Parameters:
cookie-Cookieto be updatedvalue- cookie attribute value from the cookie response header- Throws:
MalformedCookieException
-