From d13f4bb71bcd9e903cd87e6f2625a9f8dc1b5ed6 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 21 May 2013 12:47:35 +0000
Subject: [PATCH] OPENDJ-902 (CR-1702) Add connectionID to the HTTP access log + move to extended log format OPENDJ-858 (CR-1702) Add stats tracking to HTTP client connections

---
 opends/src/server/org/opends/server/loggers/HTTPRequestInfo.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/loggers/HTTPRequestInfo.java b/opends/src/server/org/opends/server/loggers/HTTPRequestInfo.java
index ea009af..cfd68c1 100644
--- a/opends/src/server/org/opends/server/loggers/HTTPRequestInfo.java
+++ b/opends/src/server/org/opends/server/loggers/HTTPRequestInfo.java
@@ -134,6 +134,13 @@
   long getConnectionID();
 
   /**
+   * Returns the total processing time for this HTTP request.
+   *
+   * @return the total processing time for this HTTP request
+   */
+  long getTotalProcessingTime();
+
+  /**
    * Logs the current request info in the HTTP access log.
    *
    * @param statusCode

--
Gitblit v1.10.0