| Package | Description | 
|---|---|
| org.eclipse.aether.spi.connector.transport | The contract to download/upload URI-based resources using custom transport protocols. | 
| Modifier and Type | Method and Description | 
|---|---|
| GetTask | GetTask. setChecksum(String algorithm,
                      String value)Sets a checksum which the remote repository advertises for the resource. | 
| GetTask | GetTask. setDataFile(File dataFile)Sets the file where the downloaded data should be stored. | 
| GetTask | GetTask. setDataFile(File dataFile,
                      boolean resume)Sets the file where the downloaded data should be stored. | 
| GetTask | GetTask. setListener(TransportListener listener)Sets the listener that is to be notified during the transfer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Transporter. get(GetTask task)Downloads a resource from the repository. | 
| void | AbstractTransporter. get(GetTask task) | 
| protected abstract void | AbstractTransporter. implGet(GetTask task)Implements  AbstractTransporter.get(GetTask), gets only called if the transporter has not been closed. | 
| protected void | AbstractTransporter. utilGet(GetTask task,
              InputStream is,
              boolean close,
              long length,
              boolean resume)Performs stream-based I/O for the specified download task and notifies the configured transport listener. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.