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

TODO: comment type

Since:
3.0

Constructor Summary
DefaultHttpParamsFactory()
           
 
Method Summary
protected  HttpParams createParams()
           
 HttpParams getDefaultParams()
          Gets the default parameters.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHttpParamsFactory

public DefaultHttpParamsFactory()
Method Detail

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
Following copied from interface: org.apache.commons.httpclient.params.HttpParamsFactory
Returns:
an instance of HttpParams

createParams

protected HttpParams createParams()


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