Package org.apache.http.conn.params

Parameters for configuring HttpConn.

See:
          Description

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

Class Summary
ConnConnectionParamBean Allows for setting parameters relating to connections on HttpParams.
ConnManagerParamBean Allows for setting parameters relating to connection managers on HttpParams.
ConnManagerParams This class represents a collection of HTTP protocol parameters applicable to client-side connection managers.
ConnPerRouteBean This class maintains a map of HTTP routes to maximum number of connections allowed for those routes.
ConnRouteParamBean Allows for setting parameters relating to connection routes on HttpParams.
ConnRouteParams An adaptor for accessing route related parameters in HttpParams.
 

Package org.apache.http.conn.params Description

Parameters for configuring HttpConn.



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.