Constructor and description |
---|
SoapUIMetrics
(HttpTransportMetrics inTransportMetric, HttpTransportMetrics outTransportMetric) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(java.lang.Object o) |
|
static java.lang.String |
formatTimestamp(long timestamp) |
|
Stopwatch |
getConnectTimer() |
|
long |
getContentLength() |
|
Stopwatch |
getDNSTimer() |
|
java.lang.String |
getFormattedTimeStamp() |
|
java.lang.String |
getHttpMethod() |
|
int |
getHttpStatus() |
|
java.lang.String |
getIpAddress() |
|
int |
getPort() |
|
Stopwatch |
getReadTimer() |
|
Stopwatch |
getTimeToFirstByteTimer() |
|
long |
getTimestamp() |
|
Stopwatch |
getTotalTimer() |
|
int |
hashCode() |
|
boolean |
isDone() |
|
void |
reset() |
|
void |
setContentLength(long contentLength) |
|
void |
setHttpMethod(java.lang.String httpMethod) |
|
void |
setHttpStatus(int httpStatus) |
|
void |
setIpAddress(java.lang.String ipAddress) |
|
void |
setPort(int port, int defaultPort) |
|
void |
setTimestamp(long timestamp) |
|
java.lang.String |
toString() |