Uses of Interface
org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine
Packages that use ApacheHttpClientEngine
-
Uses of ApacheHttpClientEngine in org.jboss.resteasy.client.jaxrs.engines
Classes in org.jboss.resteasy.client.jaxrs.engines that implement ApacheHttpClientEngineModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, 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.Methods in org.jboss.resteasy.client.jaxrs.engines that return ApacheHttpClientEngineModifier and TypeMethodDescriptionstatic ApacheHttpClientEngineApacheHttpClientEngine.create()Deprecated, for removal: This API element is subject to removal in a future version.static ApacheHttpClientEngineApacheHttpClientEngine.create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient) Deprecated, for removal: This API element is subject to removal in a future version.static ApacheHttpClientEngineApacheHttpClientEngine.create(org.apache.http.impl.client.CloseableHttpClient httpClient) Deprecated, for removal: This API element is subject to removal in a future version.
ClientHttpEnginewill be replaced.