Uses of Class
org.eclipse.aether.transport.http.ChecksumExtractor
-
Packages that use ChecksumExtractor Package Description org.eclipse.aether.supplier org.eclipse.aether.transport.http 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 ChecksumExtractor Modifier and Type Method Description protected java.util.Map<java.lang.String,ChecksumExtractor>
RepositorySystemSupplier. getChecksumExtractors()
Method parameters in org.eclipse.aether.supplier with type arguments of type ChecksumExtractor Modifier and Type Method Description protected java.util.Map<java.lang.String,TransporterFactory>
RepositorySystemSupplier. getTransporterFactories(java.util.Map<java.lang.String,ChecksumExtractor> extractors)
-
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.Fields in org.eclipse.aether.transport.http with type parameters of type ChecksumExtractor Modifier and Type Field Description private java.util.Map<java.lang.String,ChecksumExtractor>
HttpTransporter. checksumExtractors
private java.util.Map<java.lang.String,ChecksumExtractor>
HttpTransporterFactory. extractors
Methods in org.eclipse.aether.transport.http that return types with arguments of type ChecksumExtractor Modifier and Type Method Description private static java.util.Map<java.lang.String,ChecksumExtractor>
HttpTransporterFactory. getManuallyCreatedExtractors()
Constructor parameters in org.eclipse.aether.transport.http with type arguments of type ChecksumExtractor Constructor Description HttpTransporter(java.util.Map<java.lang.String,ChecksumExtractor> checksumExtractors, RemoteRepository repository, RepositorySystemSession session)
HttpTransporterFactory(java.util.Map<java.lang.String,ChecksumExtractor> extractors)
Creates an (uninitialized) instance of this transporter factory.
-