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

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

Introduction

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

Usage

From source file com.nesscomputing.httpclient.factory.httpclient4.NessCookieSpecFactory.java

/**
 * Provides a cookie spec policy that will unconditionally add all cookies to the
 * outgoing request. This is used for internal requests that need to proxy the
 * auth cookies forward.
 */
public class NessCookieSpecFactory implements CookieSpecFactory {

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

/**
 * Factory that creates {@link IgnoreCookieSpec} instances.
 * 
 * @author Jerome Louvel
 */
public class IgnoreCookieSpecFactory implements CookieSpecFactory {

From source file org.apache.solr.client.solrj.impl.SolrPortAwareCookieSpecFactory.java

@SuppressWarnings("deprecation")
public class SolrPortAwareCookieSpecFactory implements CookieSpecFactory, CookieSpecProvider {
    public static final String POLICY_NAME = "solr-portaware";
    private final CookieSpec cookieSpec;

    public SolrPortAwareCookieSpecFactory(final String[] datepatterns) {