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.
|
org.apache.http.pool |
Client side connection pools APIs for synchronous, blocking
communication.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CPoolEntry |
(package private) class |
HttpPoolEntry
Deprecated.
(4.3) no longer used.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPoolEntry
A very basic
PoolEntry implementation that represents an entry
in a pool of blocking HttpClientConnection s identified by
an HttpHost instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnPool<T,C,E extends PoolEntry<T,C>>
Abstract synchronous (blocking) pool of connections.
|
(package private) class |
RouteSpecificPool<T,C,E extends PoolEntry<T,C>> |
Modifier and Type | Method and Description |
---|---|
void |
PoolEntryCallback.process(PoolEntry<T,C> entry) |