Example usage for org.apache.http.cookie CommonCookieAttributeHandler interface-usage

List of usage examples for org.apache.http.cookie CommonCookieAttributeHandler interface-usage

Introduction

In this page you can find the example usage for org.apache.http.cookie CommonCookieAttributeHandler interface-usage.

Usage

From source file com.gargoylesoftware.htmlunit.httpclient.HtmlUnitVersionAttributeHandler.java

/**
 * VersionAttributeHandler for HtmlUnit.
 *
 * @author Ronald Brill
 */
final class HtmlUnitVersionAttributeHandler extends AbstractCookieAttributeHandler

From source file com.gargoylesoftware.htmlunit.httpclient.HtmlUnitHttpOnlyHandler.java

final class HtmlUnitHttpOnlyHandler implements CommonCookieAttributeHandler {

    private static final String HTTPONLY_ATTR = "httponly";

    @Override
    public void validate(final Cookie cookie, final CookieOrigin origin) throws MalformedCookieException {