public interface HttpConnectionMetrics
HttpConnection
.Modifier and Type | Method and Description |
---|---|
long |
getReceivedBytesCount()
Gets the number of bytes transferred over the connection,
0 if not available.
|
long |
getRequestCount()
Gets the number of requests transferred over the connection,
0 if not available.
|
long |
getResponseCount()
Gets the number of responses transferred over the connection,
0 if not available.
|
long |
getSentBytesCount()
Gets the number of bytes transferred over the connection,
0 if not available.
|
long getReceivedBytesCount()
long getRequestCount()
long getResponseCount()
long getSentBytesCount()