Uses of Class
org.eclipse.aether.transfer.TransferCancelledException
Packages that use TransferCancelledException
Package
Description
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The various sub components that collectively implement the repository system.
The contract to download/upload URI-based resources using custom transport protocols.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads using Apache Maven Wagon.
Utilities to build repository and transfer listeners.
-
Uses of TransferCancelledException in org.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoidTransferTransportListener.transferCorrupted(Exception exception) voidTransferTransportListener.transferInitiated()voidTransferTransportListener.transportProgressed(ByteBuffer data) voidTransferTransportListener.transportStarted(long dataOffset, long dataLength) -
Uses of TransferCancelledException in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoidSafeTransferListener.transferCorrupted(TransferEvent event) voidDefaultDeployer.ArtifactUploadListener.transferInitiated(TransferEvent event) voidDefaultDeployer.MetadataUploadListener.transferInitiated(TransferEvent event) voidSafeTransferListener.transferInitiated(TransferEvent event) voidSafeTransferListener.transferProgressed(TransferEvent event) voidSafeTransferListener.transferStarted(TransferEvent event) -
Uses of TransferCancelledException in org.eclipse.aether.spi.connector.transport
Methods in org.eclipse.aether.spi.connector.transport that throw TransferCancelledExceptionModifier and TypeMethodDescriptionprivate static voidAbstractTransporter.copy(OutputStream os, InputStream is, TransportListener listener) voidTransportListener.transportProgressed(ByteBuffer data) Notifies the listener about some progress in the data transfer.voidTransportListener.transportStarted(long dataOffset, long dataLength) Notifies the listener about the start of the data transfer.protected voidAbstractTransporter.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.protected voidAbstractTransporter.utilPut(PutTask task, OutputStream os, boolean close) Performs stream-based I/O for the specified upload task and notifies the configured transport listener. -
Uses of TransferCancelledException in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoidAbstractTransferListener.transferCorrupted(TransferEvent event) voidTransferListener.transferCorrupted(TransferEvent event) Notifies the listener that a checksum validation failed.voidAbstractTransferListener.transferInitiated(TransferEvent event) voidTransferListener.transferInitiated(TransferEvent event) Notifies the listener about the initiation of a transfer.voidAbstractTransferListener.transferProgressed(TransferEvent event) voidTransferListener.transferProgressed(TransferEvent event) Notifies the listener about some progress in the data transfer.voidAbstractTransferListener.transferStarted(TransferEvent event) voidTransferListener.transferStarted(TransferEvent event) Notifies the listener about the start of a data transfer. -
Uses of TransferCancelledException in org.eclipse.aether.transport.http
Methods in org.eclipse.aether.transport.http that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoidHttpTransporter.EntityGetter.handle(org.apache.http.client.methods.CloseableHttpResponse response) -
Uses of TransferCancelledException in org.eclipse.aether.transport.wagon
Constructors in org.eclipse.aether.transport.wagon with parameters of type TransferCancelledExceptionModifierConstructorDescription(package private) -
Uses of TransferCancelledException in org.eclipse.aether.util.listener
Methods in org.eclipse.aether.util.listener that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoidChainedTransferListener.transferCorrupted(TransferEvent event) voidChainedTransferListener.transferInitiated(TransferEvent event) voidChainedTransferListener.transferProgressed(TransferEvent event) voidChainedTransferListener.transferStarted(TransferEvent event)