Class HttpTransporterFactory
java.lang.Object
org.eclipse.aether.transport.http.HttpTransporterFactory
- All Implemented Interfaces:
org.eclipse.aether.spi.connector.transport.TransporterFactory
@Named("http")
public final class HttpTransporterFactory
extends Object
implements org.eclipse.aether.spi.connector.transport.TransporterFactory
A transporter factory for repositories using the
http: or https: protocol. The provided transporters
support uploads to WebDAV servers and resumable downloads.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HttpTransporterFactory(Map<String, ChecksumExtractor> extractors) Creates an (uninitialized) instance of this transporter factory. -
Method Summary
Modifier and TypeMethodDescriptionfloatorg.eclipse.aether.spi.connector.transport.TransporternewInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository) setPriority(float priority) Sets the priority of this component.
-
Constructor Details
-
HttpTransporterFactory
Deprecated.Ctor for ServiceLocator. -
HttpTransporterFactory
Creates an (uninitialized) instance of this transporter factory. Note: In case of manual instantiation by clients, the new factory needs to be configured via its various mutators before first use or runtime errors will occur.
-
-
Method Details
-
getPriority
- Specified by:
getPriorityin interfaceorg.eclipse.aether.spi.connector.transport.TransporterFactory
-
setPriority
Sets the priority of this component.- Parameters:
priority- The priority.- Returns:
- This component for chaining, never
null.
-
newInstance
public org.eclipse.aether.spi.connector.transport.Transporter newInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository) throws org.eclipse.aether.transfer.NoTransporterException - Specified by:
newInstancein interfaceorg.eclipse.aether.spi.connector.transport.TransporterFactory- Throws:
org.eclipse.aether.transfer.NoTransporterException
-