aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-02-17 19:46:50 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-02-17 19:46:50 +0100
commit674f20de0bf0d0b923d9c9906760acd3958c9a09 (patch)
tree624e3dc0b9206863217aab45a16585ab11f5a37b
parent12e2582e22bad67349674044fbd9fe3d3f34b816 (diff)
Update ABI spec
-rw-r--r--container-core/abi-spec.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index 3d5b9e8d59e..f9b146bc669 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -249,12 +249,15 @@
},
"com.yahoo.container.handler.LogHandler" : {
"superClass" : "com.yahoo.container.jdisc.ThreadedHttpRequestHandler",
- "interfaces" : [ ],
+ "interfaces" : [
+ "com.yahoo.container.jdisc.utils.CapabilityRequiringRequestHandler"
+ ],
"attributes" : [
"public"
],
"methods" : [
"public void <init>(java.util.concurrent.Executor, com.yahoo.container.core.LogHandlerConfig)",
+ "public com.yahoo.security.tls.Capability requiredCapability(com.yahoo.container.jdisc.RequestView)",
"public com.yahoo.container.jdisc.AsyncHttpResponse handle(com.yahoo.container.jdisc.HttpRequest)",
"public bridge synthetic com.yahoo.container.jdisc.HttpResponse handle(com.yahoo.container.jdisc.HttpRequest)"
],