Uses of Interface
org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine
-
Uses of ApacheHttpClientEngine in org.jboss.resteasy.client.jaxrs.engines
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
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 theClientHttpEngine
will be replaced.Modifier and TypeMethodDescriptionstatic ApacheHttpClientEngine
ApacheHttpClientEngine.create()
Deprecated, for removal: This API element is subject to removal in a future version.static ApacheHttpClientEngine
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
ApacheHttpClientEngine.create
(org.apache.http.impl.client.CloseableHttpClient httpClient) Deprecated, for removal: This API element is subject to removal in a future version.
ClientHttpEngine
will be replaced.