aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 17:40:00 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 17:40:00 +0100
commite807b7cab069732251d797a25f2bb6c8fd70c095 (patch)
tree19a421508950b5a00902bc6ee99fe0b99b83646c /container-core/abi-spec.json
parentdeaac2672dbf627a319b7ebaba808e7918bd0186 (diff)
Reduce need to access getJDiscRequest
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index 9c2638a0a64..5f86db1d385 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -627,6 +627,10 @@
"public com.yahoo.jdisc.http.HttpRequest$Method getMethod()",
"public java.net.URI getUri()",
"public com.yahoo.jdisc.http.HttpRequest getJDiscRequest()",
+ "public java.util.Map context()",
+ "public long creationTime(java.util.concurrent.TimeUnit)",
+ "public long getConnectedAt(java.util.concurrent.TimeUnit)",
+ "public long relativeCreatedAtNanoTime()",
"public java.lang.String getProperty(java.lang.String)",
"public java.util.Map propertyMap()",
"public boolean getBooleanProperty(java.lang.String)",