Class ChecksumExtractor

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • prepareRequest

        public void prepareRequest​(org.apache.http.client.methods.HttpUriRequest request)
        Prepares request, if needed.
      • retryWithoutExtractor

        public boolean retryWithoutExtractor​(org.apache.http.client.HttpResponseException exception)
        May control is request to be retried with checksum extractors disabled.
      • extractChecksums

        public 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.