Package org.apache.http.conn.params

Parameters for configuring HTTP connection and connection management related classes.

See:
          Description

Interface Summary
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 Summary
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.
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.
 

Package org.apache.http.conn.params Description

Parameters for configuring HTTP connection and connection management related classes.



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.