Uses of Interface
org.apache.hc.core5.http2.H2TransportMetrics
-
Packages that use H2TransportMetrics Package Description org.apache.hc.core5.http2.impl Default implementations of core HTTP/2 APIs.org.apache.hc.core5.http2.impl.io org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of H2TransportMetrics in org.apache.hc.core5.http2.impl
Classes in org.apache.hc.core5.http2.impl that implement H2TransportMetrics Modifier and Type Class Description class
BasicH2TransportMetrics
Default implementation ofH2TransportMetrics
. -
Uses of H2TransportMetrics in org.apache.hc.core5.http2.impl.io
Methods in org.apache.hc.core5.http2.impl.io that return H2TransportMetrics Modifier and Type Method Description H2TransportMetrics
FrameInputBuffer. getMetrics()
H2TransportMetrics
FrameOutputBuffer. getMetrics()
-
Uses of H2TransportMetrics in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio that return H2TransportMetrics Modifier and Type Method Description H2TransportMetrics
FrameInputBuffer. getMetrics()
H2TransportMetrics
FrameOutputBuffer. getMetrics()
-