Uses of Class
org.eclipse.aether.transfer.TransferCancelledException
Packages that use TransferCancelledException
Package
Description
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.
Utilities to build repository and transfer listeners.
-
Uses of TransferCancelledException in org.eclipse.aether.internal.test.util.http
Methods in org.eclipse.aether.internal.test.util.http that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoid
RecordingTransportListener.transportProgressed
(ByteBuffer data) void
RecordingTransportListener.transportStarted
(long dataOffset, long dataLength) -
Uses of TransferCancelledException in org.eclipse.aether.spi.connector.transport
Methods in org.eclipse.aether.spi.connector.transport that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoid
TransportListener.transportProgressed
(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, 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, 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 TypeMethodDescriptionvoid
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. -
Uses of TransferCancelledException in org.eclipse.aether.util.listener
Methods in org.eclipse.aether.util.listener that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoid
ChainedTransferListener.transferCorrupted
(TransferEvent event) void
ChainedTransferListener.transferInitiated
(TransferEvent event) void
ChainedTransferListener.transferProgressed
(TransferEvent event) void
ChainedTransferListener.transferStarted
(TransferEvent event)