public class LatencyCollector extends Object
Constructor and Description |
---|
LatencyCollector(org.apache.http.protocol.HttpContext context,
boolean isS2S) |
Modifier and Type | Method and Description |
---|---|
static void |
clearTimestamps(org.apache.http.protocol.HttpContext context) |
long |
getBackendLatency() |
long |
getClientDecodeLatency() |
long |
getClientEncodeLatency() |
long |
getClientWorkerLatency() |
long |
getClientWorkerQueuedTime() |
long |
getLatency() |
long |
getServerDecodeLatency() |
long |
getServerEncodeLatency() |
long |
getServerWorkerLatency() |
long |
getServerWorkerQueuedTime() |
public LatencyCollector(org.apache.http.protocol.HttpContext context, boolean isS2S)
public long getBackendLatency()
public long getLatency()
public long getServerDecodeLatency()
public long getServerEncodeLatency()
public long getClientEncodeLatency()
public long getClientDecodeLatency()
public long getServerWorkerQueuedTime()
public long getClientWorkerQueuedTime()
public long getServerWorkerLatency()
public long getClientWorkerLatency()
public static void clearTimestamps(org.apache.http.protocol.HttpContext context)
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.