Class HttpTransporter.EntityGetter

  • Enclosing class:
    HttpTransporter

    private class HttpTransporter.EntityGetter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private GetTask task  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void extractChecksums​(org.apache.http.client.methods.CloseableHttpResponse response)  
      void handle​(org.apache.http.client.methods.CloseableHttpResponse response)  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • EntityGetter

        EntityGetter​(GetTask task)
    • Method Detail

      • extractChecksums

        private void extractChecksums​(org.apache.http.client.methods.CloseableHttpResponse response)