Class ApacheHttpClient43Engine
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine
-
- org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine
-
- All Implemented Interfaces:
ClientHttpEngine,ApacheHttpClientEngine
@Deprecated(forRemoval=true, since="6.2") public class ApacheHttpClient43Engine extends ManualClosingApacheHttpClient43Engine
Deprecated, 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.An Apache HTTP engine for use with the new Builder Config style.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine
ApacheHttpClientEngine.MemoryUnit
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine
allowClosingHttpClient, chunked, closed, defaultProxy, fileUploadInMemoryThresholdLimit, fileUploadMemoryUnit, fileUploadTempFileDir, followRedirects, hostnameVerifier, httpClient, httpContextProvider, responseBufferSize, sslContext
-
-
Constructor Summary
Constructors Constructor Description ApacheHttpClient43Engine()Deprecated, for removal: This API element is subject to removal in a future version.ApacheHttpClient43Engine(org.apache.http.client.HttpClient httpClient)Deprecated, for removal: This API element is subject to removal in a future version.ApacheHttpClient43Engine(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)Deprecated, for removal: This API element is subject to removal in a future version.ApacheHttpClient43Engine(org.apache.http.client.HttpClient httpClient, HttpContextProvider httpContextProvider)Deprecated, for removal: This API element is subject to removal in a future version.ApacheHttpClient43Engine(org.apache.http.HttpHost defaultProxy)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine
buildEntity, cleanUpAfterExecute, close, commitHeaders, createBufferedStream, createDefaultHttpClient, createHttpMethod, extractHeaders, getDefaultProxy, getFileUploadInMemoryThresholdLimit, getFileUploadMemoryThreshold, getFileUploadMemoryUnit, getFileUploadTempFileDir, getHostnameVerifier, getHttpClient, getResponseBufferSize, getSslContext, getTempfilePrefix, invoke, isChunked, isClosed, isFollowRedirects, loadHttpMethod, setChunked, setFileUploadInMemoryThresholdLimit, setFileUploadMemoryThreshold, setFileUploadMemoryUnit, setFileUploadTempFileDir, setFollowRedirects, setHostnameVerifier, setRedirectNotRequired, setRedirectRequired, setResponseBufferSize, setSslContext
-
-
-
-
Constructor Detail
-
ApacheHttpClient43Engine
public ApacheHttpClient43Engine()
Deprecated, for removal: This API element is subject to removal in a future version.
-
ApacheHttpClient43Engine
public ApacheHttpClient43Engine(org.apache.http.HttpHost defaultProxy)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ApacheHttpClient43Engine
public ApacheHttpClient43Engine(org.apache.http.client.HttpClient httpClient)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ApacheHttpClient43Engine
public ApacheHttpClient43Engine(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)Deprecated, for removal: This API element is subject to removal in a future version.
-
ApacheHttpClient43Engine
public ApacheHttpClient43Engine(org.apache.http.client.HttpClient httpClient, HttpContextProvider httpContextProvider)Deprecated, for removal: This API element is subject to removal in a future version.
-
-