public interface DownloaderManager
| Modifier and Type | Method and Description |
|---|---|
DownloaderAuthentication |
createAuthentication(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password) |
void |
createDownloader(java.io.File target,
java.net.URL url,
java.lang.String postdata) |
DownloaderProcess |
download(java.io.File target,
java.net.URL url,
java.lang.String postdata) |
java.util.List<DownloaderAuthentication> |
getAuthentications() |
CredentialsProvider |
getCredentialsProvider(java.lang.String host) |
java.util.List<DownloaderProcess> |
getDownloads() |
void |
setAuthentications(java.util.List<DownloaderAuthentication> authentications) |
DownloaderProcess download(java.io.File target, java.net.URL url, java.lang.String postdata) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionDownloaderAuthentication createAuthentication(java.lang.String host, int port, java.lang.String user, java.lang.String password)
void createDownloader(java.io.File target,
java.net.URL url,
java.lang.String postdata)
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionjava.util.List<DownloaderAuthentication> getAuthentications()
void setAuthentications(java.util.List<DownloaderAuthentication> authentications)
java.util.List<DownloaderProcess> getDownloads() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionCredentialsProvider getCredentialsProvider(java.lang.String host)