Uses of Interface
eu.europa.esig.dss.spi.client.http.DataLoader
Packages that use DataLoader
Package
Description
-
Uses of DataLoader in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl with parameters of type DataLoaderModifier and TypeMethodDescriptionvoid
OnlineCRLSource.setDataLoader
(DataLoader dataLoader) Set the DataLoader to use for querying a revocation server.Constructors in eu.europa.esig.dss.service.crl with parameters of type DataLoaderModifierConstructorDescriptionOnlineCRLSource
(DataLoader dataLoader) This constructor allows to set a specificDataLoader
. -
Uses of DataLoader in eu.europa.esig.dss.service.http.commons
Classes in eu.europa.esig.dss.service.http.commons that implement DataLoaderModifier and TypeClassDescriptionclass
Implementation of DataLoader for any protocol.class
This class provides some caching features to handle the resources.class
Implementation of DataLoader using HttpClient.class
Implementation of DataLoader using HttpClient to request a timestamp server.Methods in eu.europa.esig.dss.service.http.commons that return DataLoaderMethods in eu.europa.esig.dss.service.http.commons with parameters of type DataLoaderModifier and TypeMethodDescriptionvoid
FileCacheDataLoader.setDataLoader
(DataLoader dataLoader) Sets the data loader for a remote documents access (e.g. online)Constructors in eu.europa.esig.dss.service.http.commons with parameters of type DataLoader -
Uses of DataLoader in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp with parameters of type DataLoaderModifier and TypeMethodDescriptionvoid
OnlineOCSPSource.setDataLoader
(DataLoader dataLoader) Set the DataLoader to use for querying a revocation server.Constructors in eu.europa.esig.dss.service.ocsp with parameters of type DataLoaderModifierConstructorDescriptionOnlineOCSPSource
(DataLoader dataLoader) Creates an Online OCSP Source with the providedDataLoader
instance. -
Uses of DataLoader in eu.europa.esig.dss.service.tsp
Methods in eu.europa.esig.dss.service.tsp with parameters of type DataLoaderModifier and TypeMethodDescriptionvoid
OnlineTSPSource.setDataLoader
(DataLoader dataLoader) Set the DataLoader to use for querying the TSP server.Constructors in eu.europa.esig.dss.service.tsp with parameters of type DataLoaderModifierConstructorDescriptionOnlineTSPSource
(String tspServer, DataLoader dataLoader) Builds an OnlineTSPSource that will query the URL and the specifiedDataLoader
-
Uses of DataLoader in eu.europa.esig.dss.spi.client.http
Classes in eu.europa.esig.dss.spi.client.http that implement DataLoaderModifier and TypeClassDescriptionclass
This class allows to avoid downloading resources.class
Defines a map between URL and document to load the data from offline sourceclass
Implementation of native java DataLoader using the java.net.URL class. -
Uses of DataLoader in eu.europa.esig.dss.spi.policy
Methods in eu.europa.esig.dss.spi.policy with parameters of type DataLoaderModifier and TypeMethodDescriptionvoid
SignaturePolicyProvider.setDataLoader
(DataLoader dataLoader) Sets theDataLoader
to retrieve signature policy documents (e.g. from online) -
Uses of DataLoader in eu.europa.esig.dss.spi.x509.aia
Methods in eu.europa.esig.dss.spi.x509.aia with parameters of type DataLoaderModifier and TypeMethodDescriptionvoid
DefaultAIASource.setDataLoader
(DataLoader dataLoader) Sets the data loader to be used to download a certificate token by AIAConstructors in eu.europa.esig.dss.spi.x509.aia with parameters of type DataLoaderModifierConstructorDescriptionDefaultAIASource
(DataLoader dataLoader) Default constructor with a definedDataLoader