public class HttpRequestEvent extends Object
Constructor and Description |
---|
HttpRequestEvent(Instant 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,
long beginToDispatchMillis,
long beginToEndMillis,
long firstToLastContentTimeInMillis,
DoubleSummaryStats responseContentInterarrivalStats,
String protocolVersion) |
public HttpRequestEvent(Instant 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, long beginToDispatchMillis, long beginToEndMillis, long firstToLastContentTimeInMillis, DoubleSummaryStats responseContentInterarrivalStats, String protocolVersion)
public static HttpRequestEvent createHttpRequestEvent(org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, TraceTokenManager traceTokenManager, long currentTimeInMillis, long beginToDispatchMillis, long beginToEndMillis, long firstToLastContentTimeInMillis, DoubleSummaryStats responseContentInterarrivalStats)
public Instant 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()
public long getBeginToDispatchMillis()
public long getBeginToEndMillis()
public long getFirstToLastContentTimeInMillis()
public DoubleSummaryStats getResponseContentInterarrivalStats()
public String getProtocolVersion()
Copyright © 2010–2020 Airlift. All rights reserved.