Example usage for org.apache.http.impl.cookie CookieSpecBase subclass-usage

List of usage examples for org.apache.http.impl.cookie CookieSpecBase subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.cookie CookieSpecBase subclass-usage.

Usage

From source file org.restlet.ext.httpclient.internal.IgnoreCookieSpec.java

/**
 * Cookie specifications that ignore all cookies.
 * 
 * @author Jerome Louvel
 */
public class IgnoreCookieSpec extends CookieSpecBase {

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

/**
 * Customized BrowserCompatSpec for HtmlUnit.
 *
 * Workaround for <a href="https://issues.apache.org/jira/browse/HTTPCLIENT-1006">HttpClient bug 1006</a>:
 * quotes are wrongly removed in cookie's values.
 *