Class OpenCmsServlet.RequestInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      RequestInfo​(java.lang.String uri, long startTime)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getStartTime()
      Gets the request start time.
      long getThreadId()
      Gets the thread id
      java.lang.String getUri()
      Gets the URI of the request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestInfo

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

      • 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 java.lang.String getUri()
        Gets the URI of the request.
        Returns:
        the URI of the request