Class OpenCmsServlet.RequestInfo

java.lang.Object
org.opencms.main.OpenCmsServlet.RequestInfo
Enclosing class:
OpenCmsServlet

public static class OpenCmsServlet.RequestInfo extends Object
Debugging information about currently running requests.
  • Constructor Details

    • RequestInfo

      public RequestInfo(String uri, long startTime)
      Creates a new instance.
      Parameters:
      uri - the URI
      startTime - the start time
  • Method Details

    • getStartTime

      public long getStartTime()
      Gets the request start time.
      Returns:
      the start time
    • getThreadId

      public long getThreadId()
      Gets the thread id
      Returns:
      the thread id
    • getUri

      public String getUri()
      Gets the URI of the request.
      Returns:
      the URI of the request