Uses of Class
org.apache.http.impl.HttpConnectionMetricsImpl
-
Packages that use HttpConnectionMetricsImpl Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. -
-
Uses of HttpConnectionMetricsImpl in org.apache.http.impl
Fields in org.apache.http.impl declared as HttpConnectionMetricsImpl Modifier and Type Field Description private HttpConnectionMetricsImplBHttpConnectionBase. connMetricsprivate HttpConnectionMetricsImplAbstractHttpClientConnection. metricsDeprecated.private HttpConnectionMetricsImplAbstractHttpServerConnection. metricsDeprecated.Methods in org.apache.http.impl that return HttpConnectionMetricsImpl Modifier and Type Method Description protected HttpConnectionMetricsImplAbstractHttpClientConnection. createConnectionMetrics(HttpTransportMetrics inTransportMetric, HttpTransportMetrics outTransportMetric)Deprecated.protected HttpConnectionMetricsImplAbstractHttpServerConnection. createConnectionMetrics(HttpTransportMetrics inTransportMetric, HttpTransportMetrics outTransportMetric)Deprecated. -
Uses of HttpConnectionMetricsImpl in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as HttpConnectionMetricsImpl Modifier and Type Field Description protected HttpConnectionMetricsImplNHttpConnectionBase. connMetricsMethods in org.apache.http.impl.nio that return HttpConnectionMetricsImpl Modifier and Type Method Description protected HttpConnectionMetricsImplNHttpConnectionBase. createConnectionMetrics(HttpTransportMetrics inTransportMetric, HttpTransportMetrics outTransportMetric)Deprecated.(4.3) use decorator to add additional metrics.
-