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 getRequestCount()
long getResponseCount()
long getSentBytesCount()
long getReceivedBytesCount()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.