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 classApacheHttpClient43EngineAn Apache HTTP engine for use with the new Builder Config style.classManualClosingApacheHttpClient43EngineAn Apache HTTP engine for use with the new Builder Config style.Methods in org.jboss.resteasy.client.jaxrs.engines that return ApacheHttpClientEngine Modifier and Type Method Description static ApacheHttpClientEngineApacheHttpClientEngine. create()static ApacheHttpClientEngineApacheHttpClientEngine. create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)static ApacheHttpClientEngineApacheHttpClientEngine. create(org.apache.http.impl.client.CloseableHttpClient httpClient)
-