From 9460e3eb5f025af1dd4f5642046ac6ba5b92e39c Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 13 May 2013 12:35:26 +0000 Subject: [PATCH] OPENDJ-858 (CR-1651) Add stats tracking to HTTP client connections --- opendj-sdk/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties index 65f6e25..577968f 100644 --- a/opendj-sdk/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties +++ b/opendj-sdk/opends/src/admin/messages/HTTPConnectionHandlerCfgDefn.properties @@ -24,6 +24,8 @@ property.denied-client.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established. property.enabled.synopsis=Indicates whether the HTTP Connection Handler is enabled. property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the HTTP Connection Handler implementation. +property.keep-stats.synopsis=Indicates whether the HTTP Connection Handler should keep statistics. +property.keep-stats.description=If enabled, the HTTP Connection Handler maintains statistics about the number and types of operations requested over HTTP and the amount of data sent and received. property.key-manager-provider.synopsis=Specifies the name of the key manager that should be used with this HTTP Connection Handler . property.key-manager-provider.requires-admin-action.synopsis=Changes to this property take effect immediately, but only for subsequent attempts to access the key manager provider for associated client connections. property.key-manager-provider.syntax.aggregation.constraint-synopsis=The referenced key manager provider must be enabled when the HTTP Connection Handler is enabled and configured to use SSL. -- Gitblit v1.10.0