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

    Modifier and Type
    Method
    Description
    <T> T
    Downloader.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> T
    Downloader.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> T
    Downloader.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> T
    Downloader.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
    Modifier
    Constructor
    Description