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 the ClientHttpEngine will be replaced.
An Apache HTTP engine for use with the new Builder Config style.
  • Constructor Details

    • 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.