Uses of Interface
org.apache.hc.core5.http.io.HttpTransportMetrics
-
Packages that use HttpTransportMetrics Package Description org.apache.hc.core5.http.impl Default implementations of core HTTP APIs.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.io Core HTTP transport APIs based on the classic (blocking) I/O model.org.apache.hc.core5.http2 Core HTTP/2 transport component APIs.org.apache.hc.core5.http2.impl 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 HttpTransportMetrics Modifier and Type Class Description classBasicHttpTransportMetricsDefault implementation ofHttpTransportMetrics.Fields in org.apache.hc.core5.http.impl declared as HttpTransportMetrics Modifier and Type Field Description private HttpTransportMetricsBasicHttpConnectionMetrics. inTransportMetricprivate HttpTransportMetricsBasicHttpConnectionMetrics. outTransportMetricConstructors in org.apache.hc.core5.http.impl with parameters of type HttpTransportMetrics Constructor Description BasicHttpConnectionMetrics(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 HttpTransportMetrics Modifier and Type Method Description HttpTransportMetricsSessionInputBufferImpl. getMetrics()HttpTransportMetricsSessionOutputBufferImpl. getMetrics() -
Uses of HttpTransportMetrics in org.apache.hc.core5.http.io
Methods in org.apache.hc.core5.http.io that return HttpTransportMetrics Modifier and Type Method Description HttpTransportMetricsSessionInputBuffer. getMetrics()ReturnsHttpTransportMetricsfor this session buffer.HttpTransportMetricsSessionOutputBuffer. getMetrics()ReturnsHttpTransportMetricsfor this session buffer. -
Uses of HttpTransportMetrics in org.apache.hc.core5.http2
Subinterfaces of HttpTransportMetrics in org.apache.hc.core5.http2 Modifier and Type Interface Description interfaceH2TransportMetricsThe 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 Modifier and Type Class Description classBasicH2TransportMetricsDefault implementation ofH2TransportMetrics.
-