@Named(value="http") public final class HttpTransporterFactory extends Object implements org.eclipse.aether.spi.connector.transport.TransporterFactory
http: or https: protocol. The provided transporters
support uploads to WebDAV servers and resumable downloads.| Constructor and Description |
|---|
HttpTransporterFactory()
Deprecated.
|
HttpTransporterFactory(Map<String,ChecksumExtractor> extractors)
Creates an (uninitialized) instance of this transporter factory.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getPriority() |
org.eclipse.aether.spi.connector.transport.Transporter |
newInstance(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.RemoteRepository repository) |
HttpTransporterFactory |
setPriority(float priority)
Sets the priority of this component.
|
@Deprecated public HttpTransporterFactory()
@Inject public HttpTransporterFactory(Map<String,ChecksumExtractor> extractors)
public float getPriority()
getPriority in interface org.eclipse.aether.spi.connector.transport.TransporterFactorypublic HttpTransporterFactory setPriority(float priority)
priority - The priority.null.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
newInstance in interface org.eclipse.aether.spi.connector.transport.TransporterFactoryorg.eclipse.aether.transfer.NoTransporterExceptionCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.