org.apache.commons.httpclient.params
Class DefaultHttpParamsFactory
java.lang.Object
org.apache.commons.httpclient.params.DefaultHttpParamsFactory
- All Implemented Interfaces:
- HttpParamsFactory
public class DefaultHttpParamsFactory
- extends Object
- implements HttpParamsFactory
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpParamsFactory
public DefaultHttpParamsFactory()
getDefaultParams
public HttpParams getDefaultParams()
- Description copied from interface:
HttpParamsFactory
- Gets the default parameters. This method may be called more than once and is not required
to always return the same value.
- Specified by:
getDefaultParams
in interface HttpParamsFactory
- Returns:
- an instance of HttpParams
createParams
protected HttpParams createParams()
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.