Uses of Class
org.eclipse.aether.transport.http.ChecksumExtractor
Packages that use ChecksumExtractor
Package
Description
Support for downloads/uploads via the HTTP and HTTPS protocols.
-
Uses of ChecksumExtractor in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type ChecksumExtractorModifier and TypeMethodDescriptionprotected Map<String, ChecksumExtractor> RepositorySystemSupplier.getChecksumExtractors()Method parameters in org.eclipse.aether.supplier with type arguments of type ChecksumExtractorModifier and TypeMethodDescriptionprotected Map<String, TransporterFactory> RepositorySystemSupplier.getTransporterFactories(Map<String, ChecksumExtractor> extractors) -
Uses of ChecksumExtractor in org.eclipse.aether.transport.http
Subclasses of ChecksumExtractor in org.eclipse.aether.transport.httpModifier and TypeClassDescriptionclassA component extracting Nexus2 ETag "shielded" style-checksums from response headers.classA component extractingx-non-standard style checksums from response headers.Constructor parameters in org.eclipse.aether.transport.http with type arguments of type ChecksumExtractorModifierConstructorDescriptionHttpTransporterFactory(Map<String, ChecksumExtractor> extractors) Creates an (uninitialized) instance of this transporter factory.