public class FuncTestWebClientListener extends Object implements com.meterware.httpunit.WebClientListener
Constructor and Description |
---|
FuncTestWebClientListener() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getLastResponses()
We keep the previous response around in memory to help with problem diagnostics
|
long |
getParseCount() |
long |
getParseTimeNanos() |
long |
getPercentileRequestTime(int percentile) |
long |
getRequestCount() |
long |
getRequestTime() |
void |
requestSent(com.meterware.httpunit.WebClient src,
com.meterware.httpunit.WebRequest req) |
void |
responseParsed(com.meterware.httpunit.WebClient src,
com.meterware.httpunit.WebResponse resp,
long parseNanos) |
void |
responseReceived(com.meterware.httpunit.WebClient src,
com.meterware.httpunit.WebResponse resp) |
public void requestSent(com.meterware.httpunit.WebClient src, com.meterware.httpunit.WebRequest req)
requestSent
in interface com.meterware.httpunit.WebClientListener
public void responseReceived(com.meterware.httpunit.WebClient src, com.meterware.httpunit.WebResponse resp)
responseReceived
in interface com.meterware.httpunit.WebClientListener
public void responseParsed(com.meterware.httpunit.WebClient src, com.meterware.httpunit.WebResponse resp, long parseNanos)
responseParsed
in interface com.meterware.httpunit.WebClientListener
public List<String> getLastResponses()
public long getRequestCount()
public long getRequestTime()
public long getParseCount()
public long getParseTimeNanos()
public long getPercentileRequestTime(int percentile)
Copyright © 2002-2021 Atlassian. All Rights Reserved.