Uses of Interface
org.apache.hc.core5.http.HttpConnectionMetrics
Packages that use HttpConnectionMetrics
Package
Description
Core HTTP transport component APIs.
Default implementations of core HTTP APIs.
-
Uses of HttpConnectionMetrics in org.apache.hc.core5.http
Classes in org.apache.hc.core5.http that implement HttpConnectionMetrics -
Uses of HttpConnectionMetrics in org.apache.hc.core5.http.impl
Classes in org.apache.hc.core5.http.impl that implement HttpConnectionMetricsModifier and TypeClassDescriptionfinal classBasic HTTP connection endpoint details.final classDefault implementation of theHttpConnectionMetricsinterface.Fields in org.apache.hc.core5.http.impl declared as HttpConnectionMetricsModifier and TypeFieldDescriptionprivate final HttpConnectionMetricsBasicEndpointDetails.metricsConstructors in org.apache.hc.core5.http.impl with parameters of type HttpConnectionMetricsModifierConstructorDescriptionBasicEndpointDetails(SocketAddress remoteAddress, SocketAddress localAddress, HttpConnectionMetrics metrics, Timeout socketTimeout)