parent
223427e96d
commit
0c2d5e6c50
|
|
@ -166,8 +166,8 @@ public final class HttpComponentsClientHttpRequestFactoryBuilder
|
||||||
Function<SslBundle, TlsSocketStrategy> tlsSocketStrategyFactory) {
|
Function<SslBundle, TlsSocketStrategy> tlsSocketStrategyFactory) {
|
||||||
Assert.notNull(tlsSocketStrategyFactory, "'tlsSocketStrategyFactory' must not be null");
|
Assert.notNull(tlsSocketStrategyFactory, "'tlsSocketStrategyFactory' must not be null");
|
||||||
return new HttpComponentsClientHttpRequestFactoryBuilder(getCustomizers(), this.httpClientCustomizer,
|
return new HttpComponentsClientHttpRequestFactoryBuilder(getCustomizers(), this.httpClientCustomizer,
|
||||||
this.connectionManagerCustomizer, this.socketConfigCustomizer,
|
this.connectionManagerCustomizer, this.socketConfigCustomizer, this.defaultRequestConfigCustomizer,
|
||||||
this.defaultRequestConfigCustomizer, tlsSocketStrategyFactory);
|
tlsSocketStrategyFactory);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue