Class HttpClientUrlDownloader

java.lang.Object
com.helger.phase4.profile.peppol.HttpClientUrlDownloader
All Implemented Interfaces:
com.helger.commons.url.IURLDownloader

public class HttpClientUrlDownloader extends Object implements com.helger.commons.url.IURLDownloader
Special implementation of IURLDownloader to download CRL data using Apache HttpClient via GET and the provided HttpClientSettings.
Since:
2.7.4
Author:
Philip Helger
  • Constructor Details

    • HttpClientUrlDownloader

      public HttpClientUrlDownloader(@Nonnull com.helger.httpclient.HttpClientSettings aHCS)
      Constructor with HttpClientSettings
      Parameters:
      aHCS - The HttpClientSettings to use. Must not be null.
    • HttpClientUrlDownloader

      public HttpClientUrlDownloader(@Nonnull com.helger.httpclient.HttpClientFactory aHCF)
      Constructor with HttpClientFactory
      Parameters:
      aHCF - The HttpClientFactory to use. Must not be null.
  • Method Details