Uses of Class
de.xima.fc.datasource.RemoteDatasourceDownloader
-
Packages that use RemoteDatasourceDownloader Package Description de.xima.fc.datasource -
-
Uses of RemoteDatasourceDownloader in de.xima.fc.datasource
Methods in de.xima.fc.datasource that return RemoteDatasourceDownloader Modifier and Type Method Description RemoteDatasourceDownloaderRemoteDatasourceDownloader. allowStatusCodes(IntPredicate allowedStatusCodes)Sets the allowed HTTP status codes for the download.RemoteDatasourceDownloaderRemoteDatasourceDownloader. allowStatusCodes(Set<Integer> allowedStatusCodes)Sets the allowed HTTP status codes for the download.RemoteDatasourceDownloaderRemoteDatasourceDownloader. httpExecutor(RemoteDatasourceDownloader.IHttpExecutor httpGet)Sets the HTTP executor to use for downloading the data.RemoteDatasourceDownloaderRemoteDatasourceDownloader. validityChecker(Predicate<byte[]> validityChecker)Sets the validity checker for the downloaded data.
-