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 RemoteDatasourceDownloader
RemoteDatasourceDownloader. allowStatusCodes(IntPredicate allowedStatusCodes)
Sets the allowed HTTP status codes for the download.RemoteDatasourceDownloader
RemoteDatasourceDownloader. allowStatusCodes(Set<Integer> allowedStatusCodes)
Sets the allowed HTTP status codes for the download.RemoteDatasourceDownloader
RemoteDatasourceDownloader. httpExecutor(RemoteDatasourceDownloader.IHttpExecutor httpGet)
Sets the HTTP executor to use for downloading the data.RemoteDatasourceDownloader
RemoteDatasourceDownloader. validityChecker(Predicate<byte[]> validityChecker)
Sets the validity checker for the downloaded data.
-