| 程序包 | 说明 |
|---|---|
| org.apache.hc.core5.pool |
Client side connection pool component APIs.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ManagedConnPool<T,C extends ModalCloseable>
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LaxConnPool<T,C extends ModalCloseable>
Connection pool with higher concurrency but with lax connection limit guarantees.
|
class |
StrictConnPool<T,C extends ModalCloseable>
Connection pool with strict connection limit guarantees.
|
Copyright © 2023. All rights reserved.