Uses of Interface
org.eclipse.aether.spi.connector.transport.http.ChecksumExtractor
Packages that use ChecksumExtractor
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 ChecksumExtractor in org.eclipse.aether.internal.impl.transport.http
Classes in org.eclipse.aether.internal.impl.transport.http that implement ChecksumExtractor -
Uses of ChecksumExtractor in org.eclipse.aether.internal.test.util.http
Methods in org.eclipse.aether.internal.test.util.http that return ChecksumExtractorModifier and TypeMethodDescriptionprotected static ChecksumExtractor
HttpTransporterTest.standardChecksumExtractor()
-
Uses of ChecksumExtractor in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return ChecksumExtractorModifier and TypeMethodDescriptionprotected ChecksumExtractor
RepositorySystemSupplier.createChecksumExtractor()
final ChecksumExtractor
RepositorySystemSupplier.getChecksumExtractor()
-
Uses of ChecksumExtractor in org.eclipse.aether.transport.apache
Constructors in org.eclipse.aether.transport.apache with parameters of type ChecksumExtractorModifierConstructorDescriptionApacheTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of ChecksumExtractor in org.eclipse.aether.transport.jdk
Constructors in org.eclipse.aether.transport.jdk with parameters of type ChecksumExtractorModifierConstructorDescriptionJdkTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor) -
Uses of ChecksumExtractor in org.eclipse.aether.transport.jetty
Constructors in org.eclipse.aether.transport.jetty with parameters of type ChecksumExtractorModifierConstructorDescriptionJettyTransporterFactory
(ChecksumExtractor checksumExtractor, PathProcessor pathProcessor)