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