Package org.apache.http.io
Interface HttpTransportMetrics
-
- All Known Implementing Classes:
HttpTransportMetricsImpl
public interface HttpTransportMetrics
The point of access to the statistics ofSessionInputBuffer
orSessionOutputBuffer
.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBytesTransferred()
Returns the number of bytes transferred.void
reset()
Resets the counts
-