| Package | Description |
|---|---|
| org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
| org.apache.hc.core5.http.io.support |
Support classes for the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.nio.support |
Support classes for the asynchronous I/O model.
|
| org.apache.hc.core5.http.nio.support.classic |
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
|
| org.apache.hc.core5.http.support | |
| org.apache.hc.core5.pool |
Client side connection pool component APIs.
|
| Modifier and Type | Method and Description |
|---|---|
RequesterBootstrap |
RequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) |
AsyncRequesterBootstrap |
AsyncRequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)
Sets
PoolConcurrencyPolicy instance. |
| Modifier and Type | Method and Description |
|---|---|
static ClassicRequestBuilder |
ClassicRequestBuilder.query()
Initializes a new
ClassicRequestBuilder instance for the QUERY method. |
static ClassicRequestBuilder |
ClassicRequestBuilder.query(String uri)
Initializes a new
ClassicRequestBuilder instance for the QUERY method. |
static ClassicRequestBuilder |
ClassicRequestBuilder.query(URI uri)
Initializes a new
ClassicRequestBuilder instance for the QUERY method. |
| Modifier and Type | Method and Description |
|---|---|
static AsyncRequestBuilder |
AsyncRequestBuilder.query()
Initializes a new
AsyncRequestBuilder instance for the QUERY method. |
static AsyncRequestBuilder |
AsyncRequestBuilder.query(String uri)
Initializes a new
AsyncRequestBuilder instance for the QUERY method. |
static AsyncRequestBuilder |
AsyncRequestBuilder.query(URI uri)
Initializes a new
AsyncRequestBuilder instance for the QUERY method. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicToAsyncRequestProducer |
class |
ClassicToAsyncResponseConsumer |
class |
ClassicToAsyncServerExchangeHandler
AsyncServerExchangeHandler implementation that acts as a compatibility
layer for classic InputStream / OutputStream based interfaces. |
| Modifier and Type | Method and Description |
|---|---|
static BasicRequestBuilder |
BasicRequestBuilder.query()
Initializes a new
BasicRequestBuilder instance for the QUERY method. |
static BasicRequestBuilder |
BasicRequestBuilder.query(String uri)
Initializes a new
BasicRequestBuilder instance for the QUERY method. |
static BasicRequestBuilder |
BasicRequestBuilder.query(URI uri)
Initializes a new
BasicRequestBuilder instance for the QUERY method. |
| Modifier and Type | Class and Description |
|---|---|
class |
LaxConnPool<T,C extends ModalCloseable>
Connection pool with higher concurrency but with lax connection limit guarantees.
|
class |
RouteSegmentedConnPool<R,C extends ModalCloseable>
Lock-free, route-segmented connection pool with tiny, conditional round-robin assistance.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.