Package org.gvsig.downloader
Interface DownloaderManager
- All Superinterfaces:
org.gvsig.compat.net.Downloader
public interface DownloaderManager
extends org.gvsig.compat.net.Downloader
Main class that defines the available Downlader services.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOrReplaceCredentials(DownloaderCredentials credentials) static booleanareSameURLs(String url1_s, String url2_s) Compara dos URL ignorando el protocolo y la querygetAuthorizationToken(URL url) getCredentials(String url) getCredentials(URL url) getDownloaderAuthenticationFactory(String providerName) voidpropagateCredentials(String sourceServiceUrl, Collection<String> targetServicesUrls) voidvoidvoidvoidvoidremoveCredentials(String serviceURL) voidremoveCredentials(DownloaderCredentials credentials) static booleanurlStartsWith(String url_s, String prefix) Comprueba si la URL url_s comienza por la URL prefix ignorando el protocolo y la queryMethods inherited from interface org.gvsig.compat.net.Downloader
cleanUpTempFiles, downloadFile, downloadFile, downloadFile, downloadFile, downloadFile, downloadFile, removeURL, removeURL
-
Field Details
-
METHOD_PUT
- See Also:
-
METHOD_POST
- See Also:
-
METHOD_GET
- See Also:
-
METHOD_DELETE
- See Also:
-
-
Method Details
-
urlStartsWith
Comprueba si la URL url_s comienza por la URL prefix ignorando el protocolo y la query- Parameters:
url_s-prefix-- Returns:
-
areSameURLs
Compara dos URL ignorando el protocolo y la query- Parameters:
url1_s-url2_s-- Returns:
-
addOrReplaceCredentials
-
getAuthenticationConfigurationService
-
getAuthenticationConfigurationServices
Collection<DownloaderAuthenticationConfig> getAuthenticationConfigurationServices() -
getDownloaderAuthenticationFactory
-
getAuthenticationTypes
Collection<DownloaderAuthenticationFactory> getAuthenticationTypes() -
getCredentials
Collection<DownloaderCredentials> getCredentials() -
getCredentials
-
getCredentials
-
removeCredentials
-
removeCredentials
-
removeAuthenticationConfigurationService
-
registerAuthenticationConfigurationService
-
registerAuthenticationType
-
registerAuthenticationConfigurationService
-
getAuthenticationConfigurationServiceAsString
-
propagateCredentials
-
getAuthorizationToken
-