Package org.apache.http.io
Interface HttpTransportMetrics
-
- All Known Implementing Classes:
HttpTransportMetricsImpl
public interface HttpTransportMetricsThe point of access to the statistics ofSessionInputBufferorSessionOutputBuffer.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBytesTransferred()Returns the number of bytes transferred.voidreset()Resets the counts
-