Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PoolStats |
HttpRequester.getStats(HttpHost route) |
PoolStats |
HttpAsyncRequester.getStats(HttpHost route) |
PoolStats |
HttpRequester.getTotalStats() |
PoolStats |
HttpAsyncRequester.getTotalStats() |
Modifier and Type | Method and Description |
---|---|
PoolStats |
LaxConnPool.getStats(T route) |
PoolStats |
ConnPoolStats.getStats(T route) |
PoolStats |
StrictConnPool.getStats(T route) |
PoolStats |
LaxConnPool.getTotalStats() |
PoolStats |
ConnPoolStats.getTotalStats() |
PoolStats |
StrictConnPool.getTotalStats() |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.