detect

Detect the most suitable ClientHttpConnectorBuilder based on the classpath. The methods favors builders in the following order:

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

Return

the most suitable ClientHttpConnectorBuilder for the classpath


Detect the most suitable ClientHttpConnectorBuilder based on the classpath. The methods favors builders in the following order:

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

Return

the most suitable ClientHttpConnectorBuilder for the classpath

Parameters

classLoader

the class loader to use for detection