Uses of Class
org.apache.http.impl.conn.tsccm.AbstractConnPool
| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of AbstractConnPool in org.apache.http.impl.conn.tsccm
Subclasses of AbstractConnPool in org.apache.http.impl.conn.tsccm Modifier and Type Class Description classConnPoolByRouteA connection pool that maintains connections by route.Fields in org.apache.http.impl.conn.tsccm declared as AbstractConnPool Modifier and Type Field Description protected AbstractConnPoolThreadSafeClientConnManager. connectionPoolThe pool of connections being managed.Methods in org.apache.http.impl.conn.tsccm that return AbstractConnPool Modifier and Type Method Description protected AbstractConnPoolThreadSafeClientConnManager. createConnectionPool(HttpParams params)Hook for creating the connection pool.