Package org.apache.hc.core5.http.io
Interface HttpTransportMetrics
-
- All Known Subinterfaces:
H2TransportMetrics
- All Known Implementing Classes:
BasicH2TransportMetrics
,BasicHttpTransportMetrics
public interface HttpTransportMetrics
Transport level metrics.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBytesTransferred()
Returns the number of bytes transferred.
-