Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.connector.transport |
The contract to download/upload URI-based resources using custom transport protocols.
|
org.eclipse.aether.transfer |
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
|
org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
org.eclipse.aether.util.listener |
Utilities to build repository and transfer listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
TransferTransportListener.transferCorrupted(java.lang.Exception exception) |
void |
TransferTransportListener.transferInitiated() |
void |
TransferTransportListener.transportProgressed(java.nio.ByteBuffer data) |
void |
TransferTransportListener.transportStarted(long dataOffset,
long dataLength) |
Modifier and Type | Method and Description |
---|---|
void |
SafeTransferListener.transferCorrupted(TransferEvent event) |
void |
DefaultDeployer.ArtifactUploadListener.transferInitiated(TransferEvent event) |
void |
DefaultDeployer.MetadataUploadListener.transferInitiated(TransferEvent event) |
void |
SafeTransferListener.transferInitiated(TransferEvent event) |
void |
SafeTransferListener.transferProgressed(TransferEvent event) |
void |
SafeTransferListener.transferStarted(TransferEvent event) |
Modifier and Type | Method and Description |
---|---|
private static void |
AbstractTransporter.copy(java.io.OutputStream os,
java.io.InputStream is,
TransportListener listener) |
void |
TransportListener.transportProgressed(java.nio.ByteBuffer data)
Notifies the listener about some progress in the data transfer.
|
void |
TransportListener.transportStarted(long dataOffset,
long dataLength)
Notifies the listener about the start of the data transfer.
|
protected void |
AbstractTransporter.utilGet(GetTask task,
java.io.InputStream is,
boolean close,
long length,
boolean resume)
Performs stream-based I/O for the specified download task and notifies the configured transport listener.
|
protected void |
AbstractTransporter.utilPut(PutTask task,
java.io.OutputStream os,
boolean close)
Performs stream-based I/O for the specified upload task and notifies the configured transport listener.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransferListener.transferCorrupted(TransferEvent event) |
void |
TransferListener.transferCorrupted(TransferEvent event)
Notifies the listener that a checksum validation failed.
|
void |
AbstractTransferListener.transferInitiated(TransferEvent event) |
void |
TransferListener.transferInitiated(TransferEvent event)
Notifies the listener about the initiation of a transfer.
|
void |
AbstractTransferListener.transferProgressed(TransferEvent event) |
void |
TransferListener.transferProgressed(TransferEvent event)
Notifies the listener about some progress in the data transfer.
|
void |
AbstractTransferListener.transferStarted(TransferEvent event) |
void |
TransferListener.transferStarted(TransferEvent event)
Notifies the listener about the start of a data transfer.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpTransporter.EntityGetter.handle(org.apache.http.HttpResponse response) |
Constructor and Description |
---|
WagonCancelledException(TransferCancelledException cause) |
Modifier and Type | Method and Description |
---|---|
void |
ChainedTransferListener.transferCorrupted(TransferEvent event) |
void |
ChainedTransferListener.transferInitiated(TransferEvent event) |
void |
ChainedTransferListener.transferProgressed(TransferEvent event) |
void |
ChainedTransferListener.transferStarted(TransferEvent event) |