to top
Android APIs
Added in API level 1
package

org.apache.http.conn.params

Parameters for configuring HttpConn.

Interfaces

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. 

Classes

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