| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| org.apache.hc.core5.http2.impl.nio.bootstrap | HTTP/2 capable requester and server bootstrap. | 
| org.apache.hc.core5.pool | Client side connection pool component APIs. | 
| Modifier and Type | Method and Description | 
|---|---|
| AsyncRequesterBootstrap | AsyncRequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)Sets  PoolConcurrencyPolicyinstance. | 
| RequesterBootstrap | RequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) | 
| Modifier and Type | Method and Description | 
|---|---|
| H2RequesterBootstrap | H2RequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)Sets  PoolConcurrencyPolicyinstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LaxConnPool<T,C extends ModalCloseable>Connection pool with higher concurrency but with lax connection limit guarantees. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.