detect
Detect the most suitable ClientHttpRequestFactoryBuilder based on the classpath. The method favors builders in the following order:
Return
the most suitable ClientHttpRequestFactoryBuilder for the classpath
open fun detect(classLoader: ClassLoader): ClientHttpRequestFactoryBuilder<out ClientHttpRequestFactory>
Detect the most suitable ClientHttpRequestFactoryBuilder based on the classpath. The method favors builders in the following order:
Return
the most suitable ClientHttpRequestFactoryBuilder for the classpath
Since
3.5.0
Parameters
classLoader
the class loader to use for detection