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.
|
Modifier and Type | Method and Description |
---|---|
protected HttpConnectionMetricsImpl |
AbstractHttpClientConnection.createConnectionMetrics(HttpTransportMetrics inTransportMetric,
HttpTransportMetrics outTransportMetric)
Deprecated.
|
protected HttpConnectionMetricsImpl |
AbstractHttpServerConnection.createConnectionMetrics(HttpTransportMetrics inTransportMetric,
HttpTransportMetrics outTransportMetric)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected HttpConnectionMetricsImpl |
NHttpConnectionBase.connMetrics |
Modifier and Type | Method and Description |
---|---|
protected HttpConnectionMetricsImpl |
NHttpConnectionBase.createConnectionMetrics(HttpTransportMetrics inTransportMetric,
HttpTransportMetrics outTransportMetric)
Deprecated.
(4.3) use decorator to add additional metrics.
|
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.