Class DefaultHttpParamsFactory

java.lang.Object
org.apache.commons.httpclient.params.DefaultHttpParamsFactory
All Implemented Interfaces:
HttpParamsFactory

@Deprecated public class DefaultHttpParamsFactory extends 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 Details

    • DefaultHttpParamsFactory

      public DefaultHttpParamsFactory()
      Deprecated.
  • Method Details

    • 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 interface HttpParamsFactory
      Returns:
      an instance of HttpParams