|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConnPool | |
---|---|
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 | |
---|---|
class |
ConnPoolByRoute
A connection pool that maintains connections by route. |
Fields in org.apache.http.impl.conn.tsccm declared as AbstractConnPool | |
---|---|
protected AbstractConnPool |
ThreadSafeClientConnManager.connectionPool
The pool of connections being managed. |
Methods in org.apache.http.impl.conn.tsccm that return AbstractConnPool | |
---|---|
protected AbstractConnPool |
ThreadSafeClientConnManager.createConnectionPool(HttpParams params)
Hook for creating the connection pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |