Package org.apache.http.params

The parameterization framework for HTTP components.

See:
          Description

Interface Summary
CoreConnectionPNames Defines parameter names for connections in HttpCore.
CoreProtocolPNames Defines parameter names for protocol execution in HttpCore.
HttpParams HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Class Summary
AbstractHttpParams Abstract base class for parameter collections.
BasicHttpParams Default implementation of HttpParams interface.
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 This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP connection parameters using Java Beans conventions.
HttpConnectionParams Utility class for accessing connection parameters in HttpParams.
HttpProtocolParamBean This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP protocol parameters using Java Beans conventions.
HttpProtocolParams Utility class for accessing protocol parameters in HttpParams.
 

Package org.apache.http.params Description

The parameterization framework for HTTP components. This package also provides core protocol and I/O parameters.



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.