Class DefaultHttpParamsFactory
- java.lang.Object
-
- org.apache.commons.httpclient.params.DefaultHttpParamsFactory
-
- All Implemented Interfaces:
HttpParamsFactory
@Deprecated public class DefaultHttpParamsFactory extends java.lang.Object implements HttpParamsFactory
Deprecated.Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpParamsFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HttpParams
getDefaultParams()
Deprecated.Gets the default parameters.
-
-
-
Method Detail
-
getDefaultParams
public HttpParams getDefaultParams()
Deprecated.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 interfaceHttpParamsFactory
- Returns:
- an instance of HttpParams
-
-