public class HttpRequestEvent extends Object
| Constructor and Description |
|---|
HttpRequestEvent(org.joda.time.DateTime timeStamp,
String traceToken,
String clientAddress,
String protocol,
String method,
String requestUri,
String user,
String agent,
String referrer,
long requestSize,
String requestContentType,
long responseSize,
int responseCode,
String responseContentType,
long timeToDispatch,
Long timeToFirstByte,
long timeToLastByte) |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestEvent |
createHttpRequestEvent(org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response,
TraceTokenManager traceTokenManager,
long currentTimeInMillis) |
String |
getAgent() |
String |
getClientAddress() |
String |
getMethod() |
String |
getProtocol() |
String |
getReferrer() |
String |
getRequestContentType() |
long |
getRequestSize() |
String |
getRequestUri() |
int |
getResponseCode() |
String |
getResponseContentType() |
long |
getResponseSize() |
org.joda.time.DateTime |
getTimeStamp() |
long |
getTimeToDispatch() |
Long |
getTimeToFirstByte() |
long |
getTimeToLastByte() |
String |
getTraceToken() |
String |
getUser() |
public HttpRequestEvent(org.joda.time.DateTime timeStamp,
String traceToken,
String clientAddress,
String protocol,
String method,
String requestUri,
String user,
String agent,
String referrer,
long requestSize,
String requestContentType,
long responseSize,
int responseCode,
String responseContentType,
long timeToDispatch,
Long timeToFirstByte,
long timeToLastByte)
public static HttpRequestEvent createHttpRequestEvent(org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, TraceTokenManager traceTokenManager, long currentTimeInMillis)
public org.joda.time.DateTime getTimeStamp()
public String getTraceToken()
public String getClientAddress()
public String getProtocol()
public String getMethod()
public String getRequestUri()
public String getUser()
public String getAgent()
public String getReferrer()
public long getRequestSize()
public String getRequestContentType()
public long getResponseSize()
public int getResponseCode()
public String getResponseContentType()
public long getTimeToDispatch()
public Long getTimeToFirstByte()
public long getTimeToLastByte()
Copyright © 2010-2013 Airlift. All Rights Reserved.