Package org.apache.http.impl.cookie
Class BasicExpiresHandler
java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
org.apache.http.impl.cookie.BasicExpiresHandler
- All Implemented Interfaces:
CookieAttributeHandler
public class BasicExpiresHandler extends AbstractCookieAttributeHandler
-
Constructor Summary
Constructors Constructor Description BasicExpiresHandler(String[] datepatterns) -
Method Summary
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
match, validate
-
Constructor Details
-
BasicExpiresHandler
-
-
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
-