Interface ResourceRetriever

    • Method Detail

      • retrieveResource

        Resource retrieveResource​(URL url)
                           throws IOException
        Retrieves the resource from the specified HTTP(S) URL.
        Parameters:
        url - The URL of the resource. Its scheme must be HTTP or HTTPS. Must not be null.
        Returns:
        The retrieved resource.
        Throws:
        IOException - If the HTTP connection to the specified URL failed or the resource couldn't be retrieved.