public interface DownloadManager
Modifier and Type | Method and Description |
---|---|
File |
download(String url,
List transferListeners,
MessageHolder messageHolder) |
File |
download(String url,
MessageHolder messageHolder) |
static final String ROLE
File download(String url, MessageHolder messageHolder) throws DownloadFailedException
DownloadFailedException
File download(String url, List transferListeners, MessageHolder messageHolder) throws DownloadFailedException
DownloadFailedException
Copyright © 2002-2019 The Apache Software Foundation. All Rights Reserved.