Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
HttpConnectionMetrics |
HttpConnection.getMetrics()
Returns a collection of connection metrics.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionMetricsImpl
Default implementation of the
HttpConnectionMetrics interface. |
Modifier and Type | Method and Description |
---|---|
HttpConnectionMetrics |
AbstractHttpClientConnection.getMetrics() |
HttpConnectionMetrics |
AbstractHttpServerConnection.getMetrics() |
Modifier and Type | Method and Description |
---|---|
HttpConnectionMetrics |
NHttpConnectionBase.getMetrics() |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.