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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApacheHttpClientEngine
create()
Deprecated, for removal: This API element is subject to removal in a future version.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.static ApacheHttpClientEngine
create
(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 Details
-
create
Deprecated, for removal: This API element is subject to removal in a future version. -
create
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.
-
ClientHttpEngine
will be replaced.