Uses of Class
org.owasp.dependencycheck.utils.ForbiddenException
-
Packages that use ForbiddenException Package Description org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc. -
-
Uses of ForbiddenException in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that throw ForbiddenException Modifier and Type Method Description <T> T
Downloader. fetchAndHandle(@NotNull java.net.URL url, @NotNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler)
Download a resource from the given URL and have its content handled by the given ResponseHandler.<T> T
Downloader. fetchAndHandle(@NotNull java.net.URL url, @NotNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler, @NotNull java.util.List<org.apache.hc.core5.http.Header> hdr)
Download a resource from the given URL and have its content handled by the given ResponseHandler.<T> T
Downloader. fetchAndHandle(@NotNull java.net.URL url, @NotNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler, @NotNull java.util.List<org.apache.hc.core5.http.Header> hdr, boolean useProxy)
Download a resource from the given URL and have its content handled by the given ResponseHandler.<T> T
Downloader. fetchAndHandle(@NotNull org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, @NotNull java.net.URL url, @NotNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler, @NotNull java.util.List<org.apache.hc.core5.http.Header> hdr)
Download a resource from the given URL and have its content handled by the given ResponseHandler.Constructors in org.owasp.dependencycheck.utils with parameters of type ForbiddenException Constructor Description ForbiddenException(java.lang.String message, ForbiddenException cause)
-