Interface JdbcDriverDownloader.UrlConnectionFactory

    • Method Detail

      • openConnection

        @NotNull
        JdbcDriverDownloader.UrlConnectionWrapper openConnection​(@NotNull
                                                                 URL url)
                                                          throws IOException

        Opens the connection to the given URL and returns the object which wraps the connection opened.

        Parameters:
        url - the URL to open connection to.
        Returns:
        the object which wraps the connection opened.
        Throws:
        IOException - if an I/O error occurs.