detect

Detect the most suitable ClientHttpRequestFactoryBuilder based on the classpath. The method favors builders in the following order:

  1. httpComponents
  2. jetty
  3. reactor
  4. jdk
  5. simple

Return

the most suitable ClientHttpRequestFactoryBuilder for the classpath


Detect the most suitable ClientHttpRequestFactoryBuilder based on the classpath. The method favors builders in the following order:

  1. httpComponents
  2. jetty
  3. reactor
  4. jdk
  5. simple

Return

the most suitable ClientHttpRequestFactoryBuilder for the classpath

Since

3.5.0

Parameters

classLoader

the class loader to use for detection