Package org.apache.http.io
Interface HttpTransportMetrics
- All Known Implementing Classes:
HttpTransportMetricsImpl
public interface HttpTransportMetrics
-
Method Summary
Modifier and Type Method Description longgetBytesTransferred()Returns the number of bytes trasferred.voidreset()Resets the counts
-
Method Details
-
getBytesTransferred
long getBytesTransferred()Returns the number of bytes trasferred. -
reset
void reset()Resets the counts
-