Interface ApacheHttpClientEngine
-
- All Superinterfaces:
ClientHttpEngine
- All Known Implementing Classes:
ApacheHttpClient43Engine,ManualClosingApacheHttpClient43Engine
@Deprecated(forRemoval=true, since="6.2") public interface ApacheHttpClientEngine extends ClientHttpEngine
Deprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEnginewill be replaced.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApacheHttpClientEngine.MemoryUnit
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static ApacheHttpClientEnginecreate()Deprecated, for removal: This API element is subject to removal in a future version.static ApacheHttpClientEnginecreate(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)Deprecated, for removal: This API element is subject to removal in a future version.static ApacheHttpClientEnginecreate(org.apache.http.impl.client.CloseableHttpClient httpClient)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
close, getHostnameVerifier, getSslContext, invoke, isFollowRedirects, setFollowRedirects
-
-
-
-
Method Detail
-
create
static ApacheHttpClientEngine create()
Deprecated, for removal: This API element is subject to removal in a future version.
-
create
static ApacheHttpClientEngine create(org.apache.http.impl.client.CloseableHttpClient httpClient)
Deprecated, for removal: This API element is subject to removal in a future version.
-
create
static ApacheHttpClientEngine create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-