Class and Description |
---|
org.apache.maven.wagon.WagonUtils |
Field and Description |
---|
org.apache.maven.wagon.AbstractWagon.proxyInfo |
Method and Description |
---|
org.apache.maven.wagon.AbstractWagon.getTransfer(Resource, File, InputStream, boolean, int) |
org.apache.maven.wagon.AbstractWagon.getTransfer(Resource, OutputStream, InputStream, boolean, int) |
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.
|
org.apache.maven.wagon.AbstractWagon.transfer(Resource, InputStream, OutputStream, int, int)
Please use the transfer using long as type of maxSize
|
Constructor and Description |
---|
org.apache.maven.wagon.repository.Repository() |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.