Uses of Class
org.apache.maven.wagon.ConnectionException
Packages that use ConnectionException
-
Uses of ConnectionException in org.apache.maven.wagon
Methods in org.apache.maven.wagon that throw ConnectionExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractWagon.closeConnection()
abstract void
StreamWagon.closeConnection()
void
AbstractWagon.connect
(Repository repository) void
AbstractWagon.connect
(Repository repository, AuthenticationInfo authenticationInfo) void
AbstractWagon.connect
(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo) void
AbstractWagon.connect
(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider) void
AbstractWagon.connect
(Repository repository, ProxyInfo proxyInfo) void
AbstractWagon.connect
(Repository repository, ProxyInfoProvider proxyInfoProvider) void
Wagon.connect
(Repository source) Initiate the connection to the repository.void
Wagon.connect
(Repository source, AuthenticationInfo authenticationInfo) Initiate the connection to the repository.void
Wagon.connect
(Repository source, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo) Initiate the connection to the repository.void
Wagon.connect
(Repository source, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider) Initiate the connection to the repository.void
Wagon.connect
(Repository source, ProxyInfo proxyInfo) Initiate the connection to the repository.void
Wagon.connect
(Repository source, ProxyInfoProvider proxyInfoProvider) Initiate the connection to the repository.void
AbstractWagon.disconnect()
void
Wagon.disconnect()
Disconnect from the repository.void
AbstractWagon.openConnection()
void
Wagon.openConnection()
Deprecated.protected abstract void
AbstractWagon.openConnectionInternal()
Wagon.connect(org.apache.maven.wagon.repository.Repository)
or related methods - this is an internal method