Package org.eclipse.aether.transport.url
Class UrlTransporterFactory
java.lang.Object
org.eclipse.aether.transport.url.UrlTransporterFactory
- All Implemented Interfaces:
org.eclipse.aether.spi.connector.transport.http.HttpTransporterFactory,org.eclipse.aether.spi.connector.transport.TransporterFactory
@Named("url")
public final class UrlTransporterFactory
extends Object
implements org.eclipse.aether.spi.connector.transport.http.HttpTransporterFactory
A bootstrapping transporter factory for repositories using the
http: or https: protocol.- Since:
- 2.0.21
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUrlTransporterFactory(org.eclipse.aether.spi.connector.transport.http.ChecksumExtractor checksumExtractor, org.eclipse.aether.spi.io.PathProcessor pathProcessor) -
Method Summary
Modifier and TypeMethodDescriptionfloatnewInstance(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository repository) setPriority(float priority) Sets the priority of this component.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
UrlTransporterFactory
@Inject public UrlTransporterFactory(org.eclipse.aether.spi.connector.transport.http.ChecksumExtractor checksumExtractor, org.eclipse.aether.spi.io.PathProcessor pathProcessor)
-
-
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 UrlTransporter 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.http.HttpTransporterFactory- Specified by:
newInstancein interfaceorg.eclipse.aether.spi.connector.transport.TransporterFactory- Throws:
org.eclipse.aether.transfer.NoTransporterException
-