Uses of Interface
org.eclipse.aether.spi.connector.transport.http.HttpTransporterFactory
Packages that use HttpTransporterFactory
Package
Description
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 HTTP and HTTPS protocols.
-
Uses of HttpTransporterFactory in org.eclipse.aether.internal.test.util.http
Fields in org.eclipse.aether.internal.test.util.http declared as HttpTransporterFactoryConstructor parameters in org.eclipse.aether.internal.test.util.http with type arguments of type HttpTransporterFactoryModifierConstructorDescriptionprotected
HttpTransporterTest
(Supplier<HttpTransporterFactory> transporterFactorySupplier) -
Uses of HttpTransporterFactory in org.eclipse.aether.transport.apache
Classes in org.eclipse.aether.transport.apache that implement HttpTransporterFactoryModifier and TypeClassDescriptionfinal class
A transporter factory for repositories using thehttp:
orhttps:
protocol. -
Uses of HttpTransporterFactory in org.eclipse.aether.transport.jdk
Classes in org.eclipse.aether.transport.jdk that implement HttpTransporterFactoryModifier and TypeClassDescriptionfinal class
JDK Transport factory: on Java 8 it is defunct. -
Uses of HttpTransporterFactory in org.eclipse.aether.transport.jetty
Classes in org.eclipse.aether.transport.jetty that implement HttpTransporterFactoryModifier and TypeClassDescriptionfinal class
A transporter factory for repositories using thehttp:
orhttps:
protocol.