Package org.digidoc4j

Interface DataLoaderFactory

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DataLoaderFactory extends Serializable
Manages the creation of new data loaders. Data loaders are used for getting OCSP and time-stamp requests, and downloading lists of trusted lists (LOTL), trusted lists (TL) and certificates.
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.spi.client.http.DataLoader
    Create a new data loader instance.
  • Method Details

    • create

      eu.europa.esig.dss.spi.client.http.DataLoader create()
      Create a new data loader instance.
      Returns:
      new data loader.