See: Description
| Interface | Description |
|---|---|
| ConnConnectionPNames |
Parameter names for HTTP client connections.
|
| ConnManagerPNames | Deprecated |
| ConnPerRoute |
This interface is intended for looking up maximum number of connections
allowed for a given route.
|
| ConnRoutePNames |
Parameter names for connection routing.
|
| Class | Description |
|---|---|
| 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 | Deprecated |
| ConnManagerParams | Deprecated
replaced by methods in
HttpConnectionParams and ThreadSafeClientConnManager. |
| 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. |
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.