Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.pool |
Default implementations of client side connection pools
for synchronous, blocking communication.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CPool |
(package private) class |
HttpConnPool
Deprecated.
(4.3) no longer used.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicConnPool
A very basic
ConnPool implementation that
represents a pool of blocking HttpClientConnection connections
identified by an HttpHost instance. |