Uses of Class
org.apache.maven.wagon.ConnectionException

Packages that use ConnectionException
org.apache.maven.wagon   
org.apache.maven.wagon.providers.file   
org.apache.maven.wagon.providers.ftp   
org.apache.maven.wagon.providers.http   
org.apache.maven.wagon.providers.scm   
org.apache.maven.wagon.tck.http   
 

Uses of ConnectionException in org.apache.maven.wagon
 

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

Uses of ConnectionException in org.apache.maven.wagon.providers.file
 

Methods in org.apache.maven.wagon.providers.file that throw ConnectionException
protected  void FileWagon.openConnectionInternal()
           
 

Uses of ConnectionException in org.apache.maven.wagon.providers.ftp
 

Methods in org.apache.maven.wagon.providers.ftp that throw ConnectionException
 void FtpWagon.closeConnection()
           
protected  void FtpWagon.openConnectionInternal()
           
 

Uses of ConnectionException in org.apache.maven.wagon.providers.http
 

Methods in org.apache.maven.wagon.providers.http that throw ConnectionException
 void LightweightHttpWagon.closeConnection()
           
 void LightweightHttpsWagon.closeConnection()
           
 void LightweightHttpsWagon.openConnection()
           
protected  void LightweightHttpWagon.openConnectionInternal()
           
 

Uses of ConnectionException in org.apache.maven.wagon.providers.scm
 

Methods in org.apache.maven.wagon.providers.scm that throw ConnectionException
 void ScmWagon.closeConnection()
           
 void ScmWagon.openConnectionInternal()
          This will cleanup the checkout directory
 

Uses of ConnectionException in org.apache.maven.wagon.tck.http
 

Methods in org.apache.maven.wagon.tck.http that throw ConnectionException
 void GetWagonTests.basic()
           
 void GetWagonTests.error()
           
 void GetWagonTests.forbidden()
           
 void GetWagonTests.highLatencyHighTimeout()
           
 void GetWagonTests.highLatencyLowTimeout()
           
 void GetWagonTests.infinitePermanentMove()
           
 void GetWagonTests.infiniteTemporaryMove()
           
 void GetWagonTests.inifiniteLatencyTimeout()
           
protected  boolean HttpWagonTests.initTest(AuthenticationInfo auth, ProxyInfo proxy)
           
protected  boolean HttpWagonTests.initTest(String baseUrl, AuthenticationInfo auth, ProxyInfo proxy)
           
 void GetWagonTests.missing()
           
 void GetWagonTests.nonExistentHost()
           
 void GetWagonTests.oneLevelPermanentMove()
           
 void GetWagonTests.oneLevelTemporaryMove()
           
 void GetWagonTests.permanentMove_TooManyRedirects_limit20()
          NOTE: This test depends on a WagonTestCaseConfigurator configuration to limit redirects to 20.
 void GetWagonTests.proxied()
           
 void GetWagonTests.proxyTimeout()
           
 void GetWagonTests.sixLevelPermanentMove()
           
 void GetWagonTests.sixLevelTemporaryMove()
           
 void GetWagonTests.successfulAuthentication()
           
 void GetWagonTests.temporaryMove_TooManyRedirects_limit20()
          NOTE: This test depends on a WagonTestCaseConfigurator configuration to limit redirects to 20.
protected  void GetWagonTests.testAuthFailure(String path, AuthenticationInfo info)
           
protected  void GetWagonTests.testErrorHandling(int code)
           
protected  void GetWagonTests.testSuccessfulGet(String path)
           
protected  void GetWagonTests.testSuccessfulGet(String path, String checkPath)
           
 void GetWagonTests.unsuccessfulAuthentication()
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.