Uses of Class
org.eclipse.aether.transport.http.ChecksumExtractor
Package
Description
Support for downloads/uploads via the HTTP and HTTPS protocols.
-
Uses of ChecksumExtractor in org.eclipse.aether.supplier
Modifier and TypeMethodDescriptionprotected Map
<String, ChecksumExtractor> RepositorySystemSupplier.getChecksumExtractors()
Modifier and TypeMethodDescriptionprotected Map
<String, TransporterFactory> RepositorySystemSupplier.getTransporterFactories
(Map<String, ChecksumExtractor> extractors) -
Uses of ChecksumExtractor in org.eclipse.aether.transport.http
Modifier and TypeClassDescriptionclass
A component extracting Nexus2 ETag "shielded" style-checksums from response headers.class
A component extractingx-
non-standard style checksums from response headers.ModifierConstructorDescriptionHttpTransporterFactory
(Map<String, ChecksumExtractor> extractors) Creates an (uninitialized) instance of this transporter factory.