Interface ApacheHttpClientEngine
- 
- All Superinterfaces:
 ClientHttpEngine
- All Known Implementing Classes:
 ApacheHttpClient43Engine,ManualClosingApacheHttpClient43Engine
public interface ApacheHttpClientEngine extends ClientHttpEngine
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApacheHttpClientEngine.MemoryUnitEnumeration to represent memory units. 
- 
Method Summary
Static Methods Modifier and Type Method Description static ApacheHttpClientEnginecreate()static ApacheHttpClientEnginecreate(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)static ApacheHttpClientEnginecreate(org.apache.http.impl.client.CloseableHttpClient httpClient)- 
Methods inherited from interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
close, getHostnameVerifier, getSslContext, invoke, isFollowRedirects, setFollowRedirects 
 - 
 
 - 
 
- 
- 
Method Detail
- 
create
static ApacheHttpClientEngine create()
 
- 
create
static ApacheHttpClientEngine create(org.apache.http.impl.client.CloseableHttpClient httpClient)
 
- 
create
static ApacheHttpClientEngine create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)
 
 - 
 
 -