public interface ApacheHttpClientEngine extends ClientHttpEngine
Modifier and Type | Interface and Description |
---|---|
static class |
ApacheHttpClientEngine.MemoryUnit
Enumeration to represent memory units.
|
Modifier and Type | Method and Description |
---|---|
static ApacheHttpClientEngine |
create() |
static ApacheHttpClientEngine |
create(org.apache.http.impl.client.CloseableHttpClient httpClient) |
static ApacheHttpClientEngine |
create(org.apache.http.client.HttpClient httpClient,
boolean closeHttpClient) |
close, getHostnameVerifier, getSslContext, invoke
static ApacheHttpClientEngine create()
static ApacheHttpClientEngine create(org.apache.http.impl.client.CloseableHttpClient httpClient)
static ApacheHttpClientEngine create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)
Copyright © 2021 JBoss by Red Hat. All rights reserved.