summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-10-20 14:16:10 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-10-20 14:16:10 +0200
commit6ad5a779f95141d0b6de1597bcb4cde6f91814c6 (patch)
treec62ab5941d4efc12b64d4dfdc49c061f13d15794 /container-core/abi-spec.json
parentfe92f94becab1750853cac77464bb710374e56dd (diff)
Limit to 16MB outstanding visit response data
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index 02d43104a3f..8c0f3e5fd80 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -762,6 +762,19 @@
],
"fields": []
},
+ "com.yahoo.container.jdisc.MaxPendingContentChannelOutputStream": {
+ "superClass": "com.yahoo.container.jdisc.ContentChannelOutputStream",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(com.yahoo.jdisc.handler.ContentChannel, long)",
+ "public void send(java.nio.ByteBuffer)",
+ "public void flush()"
+ ],
+ "fields": []
+ },
"com.yahoo.container.jdisc.MetricConsumerFactory": {
"superClass": "java.lang.Object",
"interfaces": [],