You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/config/HttpClientProperties.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ public String toString() {
169
169
170
170
publicstaticclassPool {
171
171
172
-
/** Type of pool for HttpClient to use, defaults to ELASTIC. */
172
+
/** Type of pool for HttpClient to use (elastic, fixed or disabled). */
173
173
privatePoolTypetype = PoolType.ELASTIC;
174
174
175
175
/** The channel pool map name, defaults to proxy. */
@@ -302,7 +302,10 @@ public enum PoolType {
302
302
303
303
publicstaticclassProxy {
304
304
305
-
/** proxyType for proxy configuration of Netty HttpClient. */
305
+
/**
306
+
* proxyType for proxy configuration of Netty HttpClient (http, socks4 or
0 commit comments