Also: HttpClient
package

org.apache.http.conn.params

Parameters for configuring HTTP connection and connection management related classes.

Interfaces

ConnConnectionPNames Parameter names for HTTP client connections. 
ConnManagerPNames Parameter names for connection managers in HttpConn. 
ConnPerRoute This interface is intended for looking up maximum number of connections allowed for a given route. 
ConnRoutePNames Parameter names for connection routing. 

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.