Uses of Interface
eu.europa.esig.dss.spi.client.http.AdvancedDataLoader
Packages that use AdvancedDataLoader
Package
Description
-
Uses of AdvancedDataLoader in eu.europa.esig.dss.service.http.commons
Classes in eu.europa.esig.dss.service.http.commons that implement AdvancedDataLoaderModifier and TypeClassDescriptionclassImplementation of DataLoader for any protocol.classImplementation of DataLoader using HttpClient.classImplementation of DataLoader using HttpClient to request a timestamp server. -
Uses of AdvancedDataLoader in eu.europa.esig.dss.spi.client.http
Classes in eu.europa.esig.dss.spi.client.http that implement AdvancedDataLoaderModifier and TypeClassDescriptionclassDefines a map between URL and document to load the response data from offline sourceclassImplementation of native java DataLoader using the java.net.URL class. -
Uses of AdvancedDataLoader in eu.europa.esig.dss.validation.qwac
Methods in eu.europa.esig.dss.validation.qwac that return AdvancedDataLoaderModifier and TypeMethodDescriptionprotected AdvancedDataLoaderQWACValidator.getDataLoader()Gets the data loader to be used for accessing the information from remote sources.Methods in eu.europa.esig.dss.validation.qwac with parameters of type AdvancedDataLoaderModifier and TypeMethodDescriptionvoidQWACValidator.setDataLoader(AdvancedDataLoader dataLoader) Sets a data loader used to establish TLS/SSL connection and retrieve any related information over.