Uses of Interface
org.apache.hc.core5.http.io.HttpTransportMetrics
Packages that use HttpTransportMetrics
Package
Description
Default implementations of core HTTP APIs.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Core HTTP transport APIs based on the classic (blocking) I/O model.
Core HTTP/2 transport component APIs.
Default implementations of core HTTP/2 APIs.
-
Uses of HttpTransportMetrics in org.apache.hc.core5.http.impl
Classes in org.apache.hc.core5.http.impl that implement HttpTransportMetricsFields in org.apache.hc.core5.http.impl declared as HttpTransportMetricsModifier and TypeFieldDescriptionprivate final HttpTransportMetrics
BasicHttpConnectionMetrics.inTransportMetric
private final HttpTransportMetrics
BasicHttpConnectionMetrics.outTransportMetric
Constructors in org.apache.hc.core5.http.impl with parameters of type HttpTransportMetricsModifierConstructorDescriptionBasicHttpConnectionMetrics
(HttpTransportMetrics inTransportMetric, HttpTransportMetrics outTransportMetric) -
Uses of HttpTransportMetrics in org.apache.hc.core5.http.impl.io
Methods in org.apache.hc.core5.http.impl.io that return HttpTransportMetricsModifier and TypeMethodDescriptionSessionInputBufferImpl.getMetrics()
SessionOutputBufferImpl.getMetrics()
-
Uses of HttpTransportMetrics in org.apache.hc.core5.http.io
Methods in org.apache.hc.core5.http.io that return HttpTransportMetricsModifier and TypeMethodDescriptionSessionInputBuffer.getMetrics()
ReturnsHttpTransportMetrics
for this session buffer.SessionOutputBuffer.getMetrics()
ReturnsHttpTransportMetrics
for this session buffer. -
Uses of HttpTransportMetrics in org.apache.hc.core5.http2
Subinterfaces of HttpTransportMetrics in org.apache.hc.core5.http2Modifier and TypeInterfaceDescriptioninterface
The point of access to connection statistics. -
Uses of HttpTransportMetrics in org.apache.hc.core5.http2.impl
Classes in org.apache.hc.core5.http2.impl that implement HttpTransportMetrics