Class Nexus2ChecksumExtractor
java.lang.Object
org.eclipse.aether.transport.http.ChecksumExtractor
org.eclipse.aether.transport.http.Nexus2ChecksumExtractor
A component extracting Nexus2 ETag "shielded" style-checksums from response headers.
- Since:
- 1.8.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionextractChecksums
(org.apache.http.HttpResponse response) Tries to extract checksums from response headers, if present, otherwise returnsnull
.Methods inherited from class org.eclipse.aether.transport.http.ChecksumExtractor
prepareRequest, retryWithoutExtractor
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Nexus2ChecksumExtractor
public Nexus2ChecksumExtractor()
-
-
Method Details
-
extractChecksums
Description copied from class:ChecksumExtractor
Tries to extract checksums from response headers, if present, otherwise returnsnull
.- Specified by:
extractChecksums
in classChecksumExtractor
-