Interface ApacheHttpClientEngine

All Superinterfaces:
ClientHttpEngine
All Known Implementing Classes:
ApacheHttpClient43Engine, ManualClosingApacheHttpClient43Engine

@Deprecated(forRemoval=true, since="6.2") public interface ApacheHttpClientEngine extends ClientHttpEngine
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.
  • Method Details

    • create

      static ApacheHttpClientEngine create()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • create

      static ApacheHttpClientEngine create(org.apache.http.impl.client.CloseableHttpClient httpClient)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • create

      static ApacheHttpClientEngine create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient)
      Deprecated, for removal: This API element is subject to removal in a future version.