Uses of Class
org.eclipse.aether.transport.http.ChecksumExtractor
-
-
Uses of ChecksumExtractor in org.eclipse.aether.transport.http
Subclasses of ChecksumExtractor in org.eclipse.aether.transport.http Modifier and Type Class Description class
Nexus2ChecksumExtractor
A component extracting Nexus2 ETag "shielded" style-checksums from response headers.class
XChecksumChecksumExtractor
A component extractingx-
non-standard style checksums from response headers.Constructor parameters in org.eclipse.aether.transport.http with type arguments of type ChecksumExtractor Constructor Description HttpTransporterFactory(java.util.Map<java.lang.String,ChecksumExtractor> extractors)
Creates an (uninitialized) instance of this transporter factory.
-