Example usage for org.apache.http.impl.conn.tsccm AbstractConnPool subclass-usage

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

Introduction

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

Usage

From source file org.apache.http.impl.conn.tsccm.ConnPoolByRoute.java

/**
 * A connection pool that maintains connections by route.
 * This class is derived from <code>MultiThreadedHttpConnectionManager</code>
 * in HttpClient 3.x, see there for original authors. It implements the same
 * algorithm for connection re-use and connection-per-host enforcement:
 * <ul>