| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
| org.apache.http.impl.bootstrap |
Embedded server and server bootstrap.
|
| org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultConnectionReuseStrategy |
Default implementation of a strategy deciding about connection re-use.
|
class |
NoConnectionReuseStrategy |
A strategy that never re-uses a connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServerBootstrap |
ServerBootstrap.setConnectionReuseStrategy(ConnectionReuseStrategy connStrategy) |
Assigns
ConnectionReuseStrategy instance. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpService.setConnReuseStrategy(ConnectionReuseStrategy connStrategy) |
Deprecated.
(4.1) set
ConnectionReuseStrategy using constructor |