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
Modifier and TypeMethodDescriptionlong
Returns the number of bytes transferred.
-
Method Details
-
getBytesTransferred
long getBytesTransferred()Returns the number of bytes transferred.
-