Skip to content

Commit 95325a8

Browse files
committed
Polish
1 parent 57a5fb0 commit 95325a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/http/client/reactive/AbstractClientHttpConnectorProperties.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ protected HttpClientSettings httpClientSettings(ObjectProvider<SslBundles> sslBu
5555
return super.httpClientSettings(sslBundles);
5656
}
5757

58+
/**
59+
* Return a {@link ClientHttpConnectorBuilder} based on the properties.
60+
* @param classLoader the class loader to use for detection
61+
* @return a {@link ClientHttpConnectorBuilder}
62+
*/
5863
protected final ClientHttpConnectorBuilder<?> connectorBuilder(ClassLoader classLoader) {
5964
Connector connector = getConnector();
6065
return (connector != null) ? connector.builder() : ClientHttpConnectorBuilder.detect(classLoader);

0 commit comments

Comments
 (0)