Uses of Class
org.owasp.dependencycheck.utils.ForbiddenException
Packages that use ForbiddenException
Package
Description
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 ForbiddenExceptionModifier and TypeMethodDescription<T> TDownloader.fetchAndHandle(@NonNull URL url, @NonNull 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> TDownloader.fetchAndHandle(@NonNull URL url, @NonNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler, @NonNull 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> TDownloader.fetchAndHandle(@NonNull URL url, @NonNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler, @NonNull 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> TDownloader.fetchAndHandle(@NonNull org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, @NonNull URL url, @NonNull org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler, @NonNull 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