summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-04-14 16:28:11 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-04-14 16:28:11 +0200
commitf62d7b095c353508103f0f038e1f957435d54a38 (patch)
tree11ae6f185ae78179011bec39b6d5fdfe889c1dc6 /container-core/abi-spec.json
parentfd9b726786f4c00b276f2d84fd0a3593a0c406eb (diff)
Move MaxPendingContentChannelStream to container-core and use it thorugh max pending on HttpResponse
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index e333621df0e..c133c9cc158 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -606,6 +606,7 @@
"methods": [
"public void <init>(int)",
"public abstract void render(java.io.OutputStream)",
+ "public long maxPendingBytes()",
"public int getStatus()",
"public void setStatus(int)",
"public com.yahoo.jdisc.HeaderFields headers()",