| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector.transport |
The contract to download/upload URI-based resources using custom transport protocols.
|
| Modifier and Type | Method | Description |
|---|---|---|
TransportListener |
TransportTask.getListener() |
Gets the listener that is to be notified during the transfer.
|
| Modifier and Type | Method | Description |
|---|---|---|
GetTask |
GetTask.setListener(TransportListener listener) |
Sets the listener that is to be notified during the transfer.
|
PutTask |
PutTask.setListener(TransportListener listener) |
Sets the listener that is to be notified during the transfer.
|