summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2019-01-09 12:35:34 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2019-01-09 12:35:34 +0100
commitbb60ff1f00bacde21623db14abf97ffcc87ba4c6 (patch)
tree32f9dd9ea2d1f5a93140919571ab04f9574b36d8 /jdisc_http_service
parent3f9796c5aec7ecc2461cb1c4819ed0adfedfead3 (diff)
Update APIs that have changed.
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/abi-spec.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/jdisc_http_service/abi-spec.json b/jdisc_http_service/abi-spec.json
index 65e130a7548..8fe945267ec 100644
--- a/jdisc_http_service/abi-spec.json
+++ b/jdisc_http_service/abi-spec.json
@@ -38,6 +38,7 @@
"public com.yahoo.jdisc.http.ConnectorConfig$Builder stopTimeout(double)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder tcpKeepAliveEnabled(boolean)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder tcpNoDelay(boolean)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Builder throttling(com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder ssl(com.yahoo.jdisc.http.ConnectorConfig$Ssl$Builder)",
"public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance$Producer)",
"public final java.lang.String getDefMd5()",
@@ -46,6 +47,7 @@
"public com.yahoo.jdisc.http.ConnectorConfig build()"
],
"fields": [
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder throttling",
"public com.yahoo.jdisc.http.ConnectorConfig$Ssl$Builder ssl"
]
},
@@ -389,6 +391,43 @@
],
"fields": []
},
+ "com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "com.yahoo.config.ConfigBuilder"
+ ],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>()",
+ "public void <init>(com.yahoo.jdisc.http.ConnectorConfig$Throttling)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder enabled(boolean)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder maxConnections(int)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder maxHeapUtilization(double)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder maxAcceptRate(int)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder idleTimeout(double)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling build()"
+ ],
+ "fields": []
+ },
+ "com.yahoo.jdisc.http.ConnectorConfig$Throttling": {
+ "superClass": "com.yahoo.config.InnerNode",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "final"
+ ],
+ "methods": [
+ "public void <init>(com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder)",
+ "public boolean enabled()",
+ "public int maxConnections()",
+ "public double maxHeapUtilization()",
+ "public int maxAcceptRate()",
+ "public double idleTimeout()"
+ ],
+ "fields": []
+ },
"com.yahoo.jdisc.http.ConnectorConfig": {
"superClass": "com.yahoo.config.ConfigInstance",
"interfaces": [],
@@ -415,6 +454,7 @@
"public double stopTimeout()",
"public boolean tcpKeepAliveEnabled()",
"public boolean tcpNoDelay()",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Throttling throttling()",
"public com.yahoo.jdisc.http.ConnectorConfig$Ssl ssl()"
],
"fields": [