FileDocCategorySizeDatePackage
BasicCommentHandler.javaAPI DocAndroid 1.5 API1976Wed May 06 22:41:10 BST 2009org.apache.http.impl.cookie

BasicCommentHandler

public class BasicCommentHandler extends AbstractCookieAttributeHandler

Fields Summary
Constructors Summary
public BasicCommentHandler()

        super();
    
Methods Summary
public voidparse(org.apache.http.cookie.SetCookie cookie, java.lang.String value)

        if (cookie == null) {
            throw new IllegalArgumentException("Cookie may not be null");
        }
        cookie.setComment(value);