|
FusionReactor API v3.0.1 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FusionRequestSurrogate
This interface specifies the available proxied information from an internal FusionRequest. It is safe to store references to this object, since the data it encapsulates is copied from the underlying FusionRequest.
Method Summary | |
---|---|
long |
getFusionRequestId()
Get the tracking ID of this request. |
String |
getIpAddress()
Get the IP address of the client. |
URL |
getRequestUrl()
Get the URL, with protocol and query arguments (if applicable) associated with this request. |
long |
getRuntime()
Get the runtime for the request. |
long |
getStartTimeMillis()
Get the time at whichi this request was raised inside FusionReactor, measured in milliseconds from the Java time datum (midnight on January 1st, 1970 UTC). |
String |
getThread()
Get the name of the thread handling the request. |
Method Detail |
---|
long getFusionRequestId()
URL getRequestUrl()
long getStartTimeMillis()
long getRuntime()
getStartTimeMillis()
.
String getThread()
String getIpAddress()
|
FusionReactor API v3.0.1 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |