Class DefaultHttpParamsFactory
java.lang.Object
org.apache.commons.httpclient.params.DefaultHttpParamsFactory
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the default parameters.
-
Constructor Details
-
DefaultHttpParamsFactory
public DefaultHttpParamsFactory()Deprecated.
-
-
Method Details
-
getDefaultParams
Deprecated.Description copied from interface:HttpParamsFactoryGets the default parameters. This method may be called more than once and is not required to always return the same value.- Specified by:
getDefaultParamsin interfaceHttpParamsFactory- Returns:
- an instance of HttpParams
-