Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
package

org.apache.http.params

The parameterization framework for HTTP components.

Interfaces

CoreConnectionPNames Defines parameter names for connections in HttpCore. 
CoreProtocolPNames Defines parameter names for protocol execution in HttpCore. 
HttpParams Represents a collection of HTTP protocol and framework parameters. 

Classes

AbstractHttpParams Abstract base class for parameter collections. 
BasicHttpParams This class represents a collection of HTTP protocol parameters. 
DefaultedHttpParams HttpParams implementation that delegates resolution of a parameter to the given default HttpParams instance if the parameter is not present in the local one. 
HttpAbstractParamBean  
HttpConnectionParamBean  
HttpConnectionParams An adaptor for accessing connection parameters in HttpParams
HttpProtocolParamBean  
HttpProtocolParams This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP protocol specific parameters.