Package org.apache.hc.core5.http2
Interface H2TransportMetrics
-
- All Superinterfaces:
HttpTransportMetrics
- All Known Implementing Classes:
BasicH2TransportMetrics
public interface H2TransportMetrics extends HttpTransportMetrics
The point of access to connection statistics.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getFramesTransferred()
-
Methods inherited from interface org.apache.hc.core5.http.io.HttpTransportMetrics
getBytesTransferred
-
-