Example usage for org.apache.http.impl.conn PoolingClientConnectionManager subclass-usage

List of usage examples for org.apache.http.impl.conn PoolingClientConnectionManager subclass-usage

Introduction

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

Usage

From source file org.apache.solr.util.stats.InstrumentedPoolingClientConnectionManager.java

/**
 * Sub-class of PoolingHttpClientConnectionManager which tracks metrics interesting to Solr.
 * Inspired by dropwizard metrics-httpclient library implementation.
 */
public class InstrumentedPoolingClientConnectionManager extends PoolingClientConnectionManager
        implements SolrMetricProducer {

From source file edu.wisc.commons.httpclient.CleanShutdownPoolingClientConnectionManager.java

/**
 * Extension of PoolingClientConnectionManager that spawns a monitoring thread to facilitate timely shutdown. 
 * 
 * @author Eric Dalquist
 * @version $Revision: 1.1 $
 */

From source file com.seajas.search.contender.http.ExclusiveConnectionManager.java

/**
 * Exclusive connection manager.
 *
 * @author Jasper van Veghel <jasper@seajas.com>
 */
public class ExclusiveConnectionManager extends PoolingClientConnectionManager {