Interface ClientHttpRequestFactoryBuilder<T extends org.springframework.http.client.ClientHttpRequestFactory>

Type Parameters:
T - the ClientHttpRequestFactory type
All Known Implementing Classes:
HttpComponentsClientHttpRequestFactoryBuilder, JdkClientHttpRequestFactoryBuilder, JettyClientHttpRequestFactoryBuilder, ReactorClientHttpRequestFactoryBuilder, SimpleClientHttpRequestFactoryBuilder
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClientHttpRequestFactoryBuilder<T extends org.springframework.http.client.ClientHttpRequestFactory>
Interface used to build a fully configured ClientHttpRequestFactory. Builders for Apache HTTP Components, Jetty, Reactor, JDK and simple client can be obtained using the factory methods on this interface. The of(Class) and of(Supplier) methods may be used to instantiate other ClientHttpRequestFactory instances using reflection.
Since:
3.4.0