Uses of Interface
jetbrains.buildServer.serverSide.db.JdbcDriverDownloader.UrlConnectionWrapper
-
Packages that use JdbcDriverDownloader.UrlConnectionWrapper Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.util.http -
-
Uses of JdbcDriverDownloader.UrlConnectionWrapper in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that return JdbcDriverDownloader.UrlConnectionWrapper Modifier and Type Method Description JdbcDriverDownloader.UrlConnectionWrapper
DefaultUrlConnectionFactory. openConnection(URL url)
Opens the connection to the given URL and returns the object which wraps the connection opened.JdbcDriverDownloader.UrlConnectionWrapper
JdbcDriverDownloader.UrlConnectionFactory. openConnection(URL url)
Opens the connection to the given URL and returns the object which wraps the connection opened. -
Uses of JdbcDriverDownloader.UrlConnectionWrapper in jetbrains.buildServer.util.http
Methods in jetbrains.buildServer.util.http that return JdbcDriverDownloader.UrlConnectionWrapper Modifier and Type Method Description JdbcDriverDownloader.UrlConnectionWrapper
HttpUrlConnectionFactory. openConnection(URL url)
Opens the connection to the given URL and returns the object which wraps the connection opened.
-