Package org.opencms.main
Class OpenCmsServlet.RequestInfo
java.lang.Object
org.opencms.main.OpenCmsServlet.RequestInfo
- Enclosing class:
OpenCmsServlet
Debugging information about currently running requests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the request start time.longGets the thread idgetUri()Gets the URI of the request.
-
Constructor Details
-
RequestInfo
Creates a new instance.- Parameters:
uri- the URIstartTime- the start time
-
-
Method Details
-
getStartTime
Gets the request start time.- Returns:
- the start time
-
getThreadId
Gets the thread id- Returns:
- the thread id
-
getUri
Gets the URI of the request.- Returns:
- the URI of the request
-