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