Methods Summary |
---|
public java.lang.Object | getMetric(java.lang.String metricName)Return the value for the specified metric.
|
public long | getReceivedBytesCount()Returns the number of bytes transferred over the connection,
0 if not available.
|
public long | getRequestCount()Returns the number of requests transferred over the connection,
0 if not available.
|
public long | getResponseCount()Returns the number of responses transferred over the connection,
0 if not available.
|
public long | getSentBytesCount()Returns the number of bytes transferred over the connection,
0 if not available.
|
public void | reset()Resets the counts
|