| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.impl.io |
Client connection management functions based the classic
connection management APIs.
|
| org.apache.hc.client5.http.impl.nio |
Client connection management functions based the asynchronous
connection management APIs.
|
| org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
| org.apache.hc.core5.pool |
Client side connection pool component APIs.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PoolStats |
PoolingHttpClientConnectionManager.getStats(HttpRoute route) |
PoolStats |
PoolingHttpClientConnectionManager.getTotalStats() |
| 限定符和类型 | 方法和说明 |
|---|---|
PoolStats |
PoolingAsyncClientConnectionManager.getStats(HttpRoute route) |
PoolStats |
PoolingAsyncClientConnectionManager.getTotalStats() |
| 限定符和类型 | 方法和说明 |
|---|---|
PoolStats |
HttpRequester.getStats(HttpHost route) |
PoolStats |
HttpAsyncRequester.getStats(HttpHost route) |
PoolStats |
HttpRequester.getTotalStats() |
PoolStats |
HttpAsyncRequester.getTotalStats() |
| 限定符和类型 | 方法和说明 |
|---|---|
PoolStats |
LaxConnPool.getStats(T route) |
PoolStats |
StrictConnPool.getStats(T route) |
PoolStats |
ConnPoolStats.getStats(T route) |
PoolStats |
LaxConnPool.getTotalStats() |
PoolStats |
StrictConnPool.getTotalStats() |
PoolStats |
ConnPoolStats.getTotalStats() |
Copyright © 2023. All rights reserved.