summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index da8ed609dfc..e333621df0e 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -907,6 +907,7 @@
"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 com.yahoo.jdisc.http.ConnectorConfig$Builder maxConnectionLife(double)",
+ "public com.yahoo.jdisc.http.ConnectorConfig$Builder http2Enabled(boolean)",
"public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance$Producer)",
"public final java.lang.String getDefMd5()",
"public final java.lang.String getDefName()",
@@ -1228,7 +1229,8 @@
"public com.yahoo.jdisc.http.ConnectorConfig$ProxyProtocol proxyProtocol()",
"public com.yahoo.jdisc.http.ConnectorConfig$SecureRedirect secureRedirect()",
"public int maxRequestsPerConnection()",
- "public double maxConnectionLife()"
+ "public double maxConnectionLife()",
+ "public boolean http2Enabled()"
],
"fields": [
"public static final java.lang.String CONFIG_DEF_MD5",
@@ -1463,7 +1465,8 @@
],
"fields": [
"public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_1_0",
- "public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_1_1"
+ "public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_1_1",
+ "public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_2_0"
]
},
"com.yahoo.jdisc.http.HttpRequest": {