aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-10-31 16:39:55 +0100
committergjoranv <gv@oath.com>2018-10-31 16:39:55 +0100
commit4c4723275523afc296c0b5c6346ef454580ce953 (patch)
treee9a9968740f9fccfc8fff04a66626ed51a2931fb /container-core
parentc8af9d0370f3ca5faeaa78b8fcdafc3828c938fb (diff)
Add comment about network protocols.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/jdisc/state/MetricsPacketsHandler.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/jdisc/state/MetricsPacketsHandler.java b/container-core/src/main/java/com/yahoo/container/jdisc/state/MetricsPacketsHandler.java
index 2217f84beb1..42db1156f04 100644
--- a/container-core/src/main/java/com/yahoo/container/jdisc/state/MetricsPacketsHandler.java
+++ b/container-core/src/main/java/com/yahoo/container/jdisc/state/MetricsPacketsHandler.java
@@ -32,6 +32,9 @@ import static com.yahoo.container.jdisc.state.StateHandler.getSnapshotPreprocess
* but there is no outer array or object that wraps the metrics packets. This handler is not set up by
* default, but can be added to the applications's services configuration.
*
+ * This handler is protocol agnostic, so it cannot discriminate between e.g. http request
+ * methods (get/head/post etc.).
+ *
* Based on {@link StateHandler}.
*
* @author gjoranv