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
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the request start time.long
Gets 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
-