| Package | Description |
|---|---|
| org.apache.hc.client5.http.async.methods | |
| org.apache.hc.client5.http.config |
Client configuration APIs.
|
| org.apache.hc.client5.http.impl.async | |
| org.apache.hc.client5.http.impl.sync |
Default HTTP client implementation.
|
| org.apache.hc.client5.http.protocol |
Client specific HTTP protocol handlers.
|
| org.apache.hc.client5.http.sync.methods |
Standard HTTP method implementations.
|
| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
DefaultAsyncRequestProducer.getConfig() |
RequestConfig |
AsyncRequestBuilder.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
AsyncRequestBuilder |
AsyncRequestBuilder.setConfig(RequestConfig config) |
| Constructor and Description |
|---|
DefaultAsyncRequestProducer(org.apache.hc.core5.http.HttpRequest request,
org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer,
RequestConfig config) |
SimpleRequestProducer(SimpleHttpRequest request,
RequestConfig requestConfig) |
| Modifier and Type | Field and Description |
|---|---|
static RequestConfig |
RequestConfig.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
RequestConfig.Builder.build() |
protected RequestConfig |
RequestConfig.clone() |
RequestConfig |
Configurable.getConfig()
Returns actual request configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestConfig.Builder |
RequestConfig.copy(RequestConfig config) |
| Modifier and Type | Method and Description |
|---|---|
HttpAsyncClientBuilder |
HttpAsyncClientBuilder.setDefaultRequestConfig(RequestConfig config)
Assigns default
RequestConfig instance which will be used
for request execution if not explicitly set in the client execution
context. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.setDefaultRequestConfig(RequestConfig config)
Assigns default
RequestConfig instance which will be used
for request execution if not explicitly set in the client execution
context. |
| Constructor and Description |
|---|
ProxyClient(org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory,
org.apache.hc.core5.http.config.H1Config h1Config,
org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig,
RequestConfig requestConfig) |
ProxyClient(RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
HttpClientContext.getRequestConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientContext.setRequestConfig(RequestConfig config) |
| Modifier and Type | Method and Description |
|---|---|
RequestConfig |
HttpUriRequestBase.getConfig() |
RequestConfig |
RequestBuilder.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpUriRequestBase.setConfig(RequestConfig requestConfig) |
RequestBuilder |
RequestBuilder.setConfig(RequestConfig config) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.