Uses of Class
org.eclipse.aether.spi.connector.transport.TransportListener
Packages that use TransportListener
Package
Description
The contract to download/upload URI-based resources using custom transport protocols.
-
Uses of TransportListener in org.eclipse.aether.spi.connector.transport
Methods in org.eclipse.aether.spi.connector.transport that return TransportListenerModifier and TypeMethodDescriptionTransportTask.getListener()Gets the listener that is to be notified during the transfer.Methods in org.eclipse.aether.spi.connector.transport with parameters of type TransportListenerModifier and TypeMethodDescriptionGetTask.setListener(TransportListener listener) Sets the listener that is to be notified during the transfer.PutTask.setListener(TransportListener listener) Sets the listener that is to be notified during the transfer.