org.apache.commons.httpclient.params
Interface HttpParamsFactory

All Known Implementing Classes:
DefaultHttpParamsFactory

public interface HttpParamsFactory

A factory for getting the default set of parameters to use when creating an instance of HttpParams.

Since:
3.0
See Also:
DefaultHttpParams.setHttpParamsFactory(HttpParamsFactory)

Method Summary
 HttpParams getDefaultParams()
          Gets the default parameters.
 

Method Detail

getDefaultParams

HttpParams getDefaultParams()
Gets the default parameters. This method may be called more than once and is not required to always return the same value.

Returns:
an instance of HttpParams


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