Uses of Interface
org.eclipse.aether.spi.connector.transport.TransporterFactory
Packages that use TransporterFactory
Package
Description
The various sub components that collectively implement the repository system.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads that utilize the classpath as "remote" storage.
Support for downloads/uploads using the Java NIO2 filesystem as "remote" storage.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads via the S3 protocol.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of TransporterFactory in org.eclipse.aether.internal.impl
Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type TransporterFactoryModifierConstructorDescriptionDefaultTransporterProvider(Map<String, TransporterFactory> transporterFactories) -
Uses of TransporterFactory in org.eclipse.aether.spi.connector.transport.http
Subinterfaces of TransporterFactory in org.eclipse.aether.spi.connector.transport.http -
Uses of TransporterFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type TransporterFactoryModifier and TypeMethodDescriptionprotected Map<String, TransporterFactory> RepositorySystemSupplier.createTransporterFactories()final Map<String, TransporterFactory> RepositorySystemSupplier.getTransporterFactories() -
Uses of TransporterFactory in org.eclipse.aether.transport.apache
Classes in org.eclipse.aether.transport.apache that implement TransporterFactoryModifier and TypeClassDescriptionfinal classA transporter factory for repositories using thehttp:orhttps:protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.classpath
Classes in org.eclipse.aether.transport.classpath that implement TransporterFactoryModifier and TypeClassDescriptionfinal classA transporter factory for repositories using theclasspath:protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.file
Classes in org.eclipse.aether.transport.file that implement TransporterFactoryModifier and TypeClassDescriptionfinal classA transporter factory for repositories using thefile:orbundle:protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.jdk
Classes in org.eclipse.aether.transport.jdk that implement TransporterFactoryModifier and TypeClassDescriptionfinal classJDK Transport factory: on Java 8 it is defunct. -
Uses of TransporterFactory in org.eclipse.aether.transport.jetty
Classes in org.eclipse.aether.transport.jetty that implement TransporterFactoryModifier and TypeClassDescriptionfinal classA transporter factory for repositories using thehttp:orhttps:protocol. -
Uses of TransporterFactory in org.eclipse.aether.transport.minio
Classes in org.eclipse.aether.transport.minio that implement TransporterFactoryModifier and TypeClassDescriptionfinal classA transporter factory for repositories using the S3 API object storage using Minio. -
Uses of TransporterFactory in org.eclipse.aether.transport.wagon
Classes in org.eclipse.aether.transport.wagon that implement TransporterFactory