Uses of Interface
org.apache.http.HttpConnectionMetrics

Packages that use HttpConnectionMetrics
org.apache.http Core HTTP component APIs and primitives. 
org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. 
 

Uses of HttpConnectionMetrics in org.apache.http
 

Methods in org.apache.http that return HttpConnectionMetrics
 HttpConnectionMetrics HttpConnection.getMetrics()
          Returns a collection of connection metrics.
 

Uses of HttpConnectionMetrics in org.apache.http.impl
 

Classes in org.apache.http.impl that implement HttpConnectionMetrics
 class HttpConnectionMetricsImpl
          Default implementation of the HttpConnectionMetrics interface.
 

Methods in org.apache.http.impl that return HttpConnectionMetrics
 HttpConnectionMetrics AbstractHttpClientConnection.getMetrics()
          Deprecated.  
 HttpConnectionMetrics AbstractHttpServerConnection.getMetrics()
          Deprecated.  
 HttpConnectionMetrics BHttpConnectionBase.getMetrics()
           
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.