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 class
ApacheHttpClient43Engine
An Apache HTTP engine for use with the new Builder Config style.class
ManualClosingApacheHttpClient43Engine
An 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 ApacheHttpClientEngine
ApacheHttpClientEngine. create()
static ApacheHttpClientEngine
ApacheHttpClientEngine. create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)
static ApacheHttpClientEngine
ApacheHttpClientEngine. create(org.apache.http.impl.client.CloseableHttpClient httpClient)
-