summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-31 15:10:14 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-04-02 11:22:01 +0200
commit24423d5f37c268cdd89246cf01553e069b11fe59 (patch)
treedf91a5466136f3e01478a5ff22409c93ca9cdfaa /jdisc_http_service/abi-spec.json
parentc1727c103e906fb38e64773bd04a0b8619bb50f2 (diff)
Make 'max requests per connection' config connector specific
Diffstat (limited to 'jdisc_http_service/abi-spec.json')
-rw-r--r--jdisc_http_service/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/jdisc_http_service/abi-spec.json b/jdisc_http_service/abi-spec.json
index 483565cc69f..980a78d0b84 100644
--- a/jdisc_http_service/abi-spec.json
+++ b/jdisc_http_service/abi-spec.json
@@ -43,6 +43,7 @@
"public com.yahoo.jdisc.http.ConnectorConfig$Builder healthCheckProxy(com.yahoo.jdisc.http.ConnectorConfig$HealthCheckProxy$Builder)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder proxyProtocol(com.yahoo.jdisc.http.ConnectorConfig$ProxyProtocol$Builder)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder secureRedirect(com.yahoo.jdisc.http.ConnectorConfig$SecureRedirect$Builder)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Builder maxRequestsPerConnection(int)",
"public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance$Producer)",
"public final java.lang.String getDefMd5()",
"public final java.lang.String getDefName()",
@@ -357,7 +358,8 @@
"public com.yahoo.jdisc.http.ConnectorConfig$TlsClientAuthEnforcer tlsClientAuthEnforcer()",
"public com.yahoo.jdisc.http.ConnectorConfig$HealthCheckProxy healthCheckProxy()",
"public com.yahoo.jdisc.http.ConnectorConfig$ProxyProtocol proxyProtocol()",
- "public com.yahoo.jdisc.http.ConnectorConfig$SecureRedirect secureRedirect()"
+ "public com.yahoo.jdisc.http.ConnectorConfig$SecureRedirect secureRedirect()",
+ "public int maxRequestsPerConnection()"
],
"fields": [
"public static final java.lang.String CONFIG_DEF_MD5",