Parameters for configuring HTTP connection and connection management
related classes.
Interfaces
Classes
| ConnConnectionParamBean |
This is a Java Bean class that can be used to wrap an instance of
HttpParams and manipulate HTTP client connection parameters
using Java Beans conventions. |
| ConnManagerParamBean |
This is a Java Bean class that can be used to wrap an instance of
HttpParams and manipulate connection manager parameters
using Java Beans conventions. |
| ConnManagerParams |
An adaptor for manipulating HTTP connection management
parameters in HttpParams. |
| ConnPerRouteBean |
This class maintains a map of HTTP routes to maximum number of connections allowed
for those routes. |
| ConnRouteParamBean |
This is a Java Bean class that can be used to wrap an instance of
HttpParams and manipulate connection routing parameters
using Java Beans conventions. |
| ConnRouteParams |
An adaptor for manipulating HTTP routing parameters
in HttpParams. |