public abstract class ChecksumExtractor
extends java.lang.Object
Constructor and Description |
---|
ChecksumExtractor() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Map<java.lang.String,java.lang.String> |
extractChecksums(org.apache.http.HttpResponse response)
Tries to extract checksums from response headers, if present, otherwise returns
null . |
void |
prepareRequest(org.apache.http.client.methods.HttpUriRequest request)
Prepares request, if needed.
|
boolean |
retryWithoutExtractor(org.apache.http.client.HttpResponseException exception)
May control is request to be retried with checksum extractors disabled.
|
public void prepareRequest(org.apache.http.client.methods.HttpUriRequest request)
public boolean retryWithoutExtractor(org.apache.http.client.HttpResponseException exception)
public abstract java.util.Map<java.lang.String,java.lang.String> extractChecksums(org.apache.http.HttpResponse response)
null
.