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 | Class and Description |
---|---|
class |
HttpAsyncRequester
HTTP/1.1 client side message exchange initiator.
|
class |
HttpRequester
HTTP/1.1 client side message exchange initiator.
|
Modifier and Type | Method and Description |
---|---|
ConnPoolControl<HttpHost> |
HttpRequester.getConnPoolControl() |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedConnPool<T,C extends ModalCloseable>
|
Modifier and Type | Class and Description |
---|---|
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 © 2005–2021 The Apache Software Foundation. All rights reserved.