JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.eclipse.aether.spi.connector.transport.TransportTask
Packages that use
TransportTask
Package
Description
org.eclipse.aether.spi.connector.transport
The contract to download/upload URI-based resources using custom transport protocols.
Uses of
TransportTask
in
org.eclipse.aether.spi.connector.transport
Subclasses of
TransportTask
in
org.eclipse.aether.spi.connector.transport
Modifier and Type
Class
Description
final class
GetTask
A task to download a resource from the remote repository.
final class
PeekTask
A task to check the existence of a resource in the remote repository.
final class
PutTask
A task to upload a resource to the remote repository.