summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-12-14 15:03:39 +0000
committerArne H Juul <arnej@yahooinc.com>2021-12-14 15:03:39 +0000
commitb7f48119dffb1771719397d9838b502f19799ff4 (patch)
tree5fa000a291940760cfc46947327f2ddd28b2e710 /container-core/abi-spec.json
parent6fb22f75be2bf950e4bfa32f94c63729875af14b (diff)
minimal implementation of "ignore some user agents"
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index a6783d1e5f5..c3c946ab537 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -1990,11 +1990,14 @@
"public com.yahoo.jdisc.http.ServerConfig$Metric$Builder monitoringHandlerPaths(java.util.Collection)",
"public com.yahoo.jdisc.http.ServerConfig$Metric$Builder searchHandlerPaths(java.lang.String)",
"public com.yahoo.jdisc.http.ServerConfig$Metric$Builder searchHandlerPaths(java.util.Collection)",
+ "public com.yahoo.jdisc.http.ServerConfig$Metric$Builder ignoredUserAgents(java.lang.String)",
+ "public com.yahoo.jdisc.http.ServerConfig$Metric$Builder ignoredUserAgents(java.util.Collection)",
"public com.yahoo.jdisc.http.ServerConfig$Metric build()"
],
"fields": [
"public java.util.List monitoringHandlerPaths",
- "public java.util.List searchHandlerPaths"
+ "public java.util.List searchHandlerPaths",
+ "public java.util.List ignoredUserAgents"
]
},
"com.yahoo.jdisc.http.ServerConfig$Metric": {
@@ -2009,7 +2012,9 @@
"public java.util.List monitoringHandlerPaths()",
"public java.lang.String monitoringHandlerPaths(int)",
"public java.util.List searchHandlerPaths()",
- "public java.lang.String searchHandlerPaths(int)"
+ "public java.lang.String searchHandlerPaths(int)",
+ "public java.util.List ignoredUserAgents()",
+ "public java.lang.String ignoredUserAgents(int)"
],
"fields": []
},