Uses of Interface
org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine
-
Packages that use ApacheHttpClientEngine Package Description org.jboss.resteasy.client.jaxrs.engines -
-
Uses of ApacheHttpClientEngine in org.jboss.resteasy.client.jaxrs.engines
Classes in org.jboss.resteasy.client.jaxrs.engines that implement ApacheHttpClientEngine Modifier and Type Class Description classApacheHttpClient43EngineDeprecated, 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.classManualClosingApacheHttpClient43EngineDeprecated, 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 ApacheHttpClientEngine Modifier and Type Method Description static 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.
-