org.apache.commons.httpclient.params
Interface HttpParamsFactory
- DefaultHttpParamsFactory
public interface HttpParamsFactory
A factory for getting the default set of parameters to use when creating an instance of
HttpParams
.
- 3.0
DefaultHttpParams.setHttpParamsFactory(HttpParamsFactory)
getDefaultParams
public HttpParams getDefaultParams()
Gets the default parameters. This method may be called more than once and is not required
to always return the same value.
- an instance of HttpParams
Copyright (c) 1999-2005 - Apache Software Foundation