summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-10-07 11:03:29 +0200
committerJon Bratseth <bratseth@gmail.com>2020-10-07 11:03:29 +0200
commit35a58a4c72c325eb7d2a2f9e217c9ffb042ca6d4 (patch)
tree0d3977ae27bb608c738145cbd90c76b62fd004dc /container-core/abi-spec.json
parentc9335e0efde84cafdbc878fc4c4504e3ce12b93c (diff)
Use Optional
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 45d6a9bcc03..458320c87df 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -630,6 +630,7 @@
"protected void <init>(java.util.concurrent.Executor, com.yahoo.jdisc.Metric)",
"protected void <init>(java.util.concurrent.Executor, com.yahoo.jdisc.Metric, boolean)",
"public final com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
+ "protected java.util.Optional getRequestType()",
"public java.time.Duration getTimeout()",
"public java.util.concurrent.Executor executor()",
"protected abstract void handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.BufferedContentChannel, com.yahoo.jdisc.handler.ResponseHandler)",