Package org.apache.hc.core5.http2.impl
Class BasicH2TransportMetrics
java.lang.Object
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
- All Implemented Interfaces:
HttpTransportMetrics
,H2TransportMetrics
public class BasicH2TransportMetrics
extends BasicHttpTransportMetrics
implements H2TransportMetrics
Default implementation of
H2TransportMetrics
.- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
getBytesTransferred, incrementBytesTransferred
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hc.core5.http.io.HttpTransportMetrics
getBytesTransferred
-
Field Details
-
framesTransferred
-
-
Constructor Details
-
BasicH2TransportMetrics
public BasicH2TransportMetrics()
-
-
Method Details
-
getFramesTransferred
public long getFramesTransferred()- Specified by:
getFramesTransferred
in interfaceH2TransportMetrics
-
incrementFramesTransferred
public void incrementFramesTransferred()
-