Interface TimedRequest
The
bundle, which offers details
about the longest running requests.
TimedRequest interface provides the functionality to
track the details about the processing of a request.
This is used in the context of the
invalid reference
com.adobe.granite.requests.logging
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRequestUrl
String getRequestUrl()- Returns:
- the URL requested.
-
getRequestMethod
String getRequestMethod()- Returns:
- the request method (GET, POST etc.).
-
getRequestDate
Date getRequestDate()- Returns:
- the time of the request.
-
getDuration
Long getDuration()- Returns:
- the time elapsed in milliseconds until the request was completed.
-