Uses of Interface
org.apache.http.HttpConnectionMetrics
-
Packages that use HttpConnectionMetrics Package Description org.apache.http Core HTTP component APIs and primitives.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 HttpConnectionMetrics in org.apache.http
Methods in org.apache.http that return HttpConnectionMetrics Modifier and Type Method Description 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 Modifier and Type Class Description class
HttpConnectionMetricsImpl
Default implementation of theHttpConnectionMetrics
interface.Methods in org.apache.http.impl that return HttpConnectionMetrics Modifier and Type Method Description HttpConnectionMetrics
AbstractHttpClientConnection. getMetrics()
Deprecated.HttpConnectionMetrics
AbstractHttpServerConnection. getMetrics()
Deprecated.HttpConnectionMetrics
BHttpConnectionBase. getMetrics()
-
Uses of HttpConnectionMetrics in org.apache.http.impl.nio
Methods in org.apache.http.impl.nio that return HttpConnectionMetrics Modifier and Type Method Description HttpConnectionMetrics
NHttpConnectionBase. getMetrics()
-