Uses of Class
org.owasp.dependencycheck.utils.DownloadFailedException
Packages that use DownloadFailedException
Package
Description
Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc.
-
Uses of DownloadFailedException in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that throw DownloadFailedExceptionModifier and TypeMethodDescriptionDownloader.fetchContent(URL url, boolean useProxy, Charset charset) Retrieves a file from a given URL and returns the contents.Downloader.fetchContent(URL url, Charset charset) Retrieves a file from a given URL and returns the contents.voidRetrieves a file from a given URL and saves it to the outputPath.voidRetrieves a file from a given URL and saves it to the outputPath.voidDownloader.fetchFile(URL url, File outputPath, boolean useProxy, String userKey, String passwordKey, String tokenKey) Retrieves a file from a given URL using an ad-hoc created CredentialsProvider if needed and saves it to the outputPath.Downloader.postBasedFetchContent(URI url, String payload, org.apache.hc.core5.http.ContentType payloadType, List<org.apache.hc.core5.http.Header> hdr) Posts a payload to the URL and returns the response as a string.