Deprecated API


Contents
Deprecated Classes
org.apache.maven.wagon.WagonUtils
            
 

Deprecated Fields
org.apache.maven.wagon.AbstractWagon.proxyInfo
            
 

Deprecated Methods
org.apache.maven.wagon.Wagon.openConnection()
          connect using the Wagon.connect(org.apache.maven.wagon.repository.Repository) or related methods - this is an internal method 
org.apache.maven.wagon.StreamingWagon.putFromStream(InputStream, String)
          due to unknown contentLength various http(s) implementation will use a chuncked transfer encoding mode you must take care you http target server supports that (ngnix don't !). So in case of http(s) transport layer avoid using this. Will be remove in 3.0 Copy from a local input stream to remote. 
 

Deprecated Constructors
org.apache.maven.wagon.repository.Repository()
          use Repository.Repository(String, String) 
 



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