Uses of Class
eu.europa.esig.dss.tsl.download.XmlDownloadResult
| Package | Description |
|---|---|
| eu.europa.esig.dss.tsl.cache | |
| eu.europa.esig.dss.tsl.cache.access | |
| eu.europa.esig.dss.tsl.download | |
| eu.europa.esig.dss.tsl.dto.builder |
-
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache with parameters of type XmlDownloadResult Modifier and Type Method Description booleanDownloadCache. isUpToDate(CacheKey cacheKey, XmlDownloadResult downloadedResult)Checks if the file with the givencacheKeyis up to date -
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.cache.access
Methods in eu.europa.esig.dss.tsl.cache.access with parameters of type XmlDownloadResult Modifier and Type Method Description booleanCacheAccessByKey. isUpToDate(XmlDownloadResult xmlDownloadResult)voidCacheAccessByKey. update(XmlDownloadResult result) -
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.download
Methods in eu.europa.esig.dss.tsl.download that return XmlDownloadResult Modifier and Type Method Description XmlDownloadResultXmlDownloadTask. get() -
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.dto.builder
Constructor parameters in eu.europa.esig.dss.tsl.dto.builder with type arguments of type XmlDownloadResult Constructor Description DownloadCacheDTOBuilder(CachedEntry<XmlDownloadResult> cachedEntry)