Package org.eclipse.aether.spi.connector.transport
package org.eclipse.aether.spi.connector.transport
The contract to download/upload URI-based resources using custom transport protocols. By implementing a
TransporterFactory
and registering it with the repository system,
an application enables access to remote repositories that use new URI schemes.-
ClassDescriptionA skeleton implementation for custom transporters.A task to download a resource from the remote repository.A task to check the existence of a resource in the remote repository.A task to upload a resource to the remote repository.A transporter for a remote repository.A factory to create transporters.Retrieves a transporter from the installed transporter factories.A skeleton class for listeners used to monitor transport operations.A transport task.