Uses of Interface
org.apache.http.HttpConnectionMetrics

Packages that use HttpConnectionMetrics
org.apache.http Core HTTP components based on the blocking I/O model. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
 

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 AbstractHttpServerConnection.getMetrics()
           
 HttpConnectionMetrics AbstractHttpClientConnection.getMetrics()
           
 

Uses of HttpConnectionMetrics in org.apache.http.impl.nio
 

Methods in org.apache.http.impl.nio that return HttpConnectionMetrics
 HttpConnectionMetrics NHttpConnectionBase.getMetrics()
           
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.