Class BLRetryingUploader


  • public final class BLRetryingUploader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BLRetryingUploader​(org.apache.hc.client5.http.impl.classic.CloseableHttpClient inClient, java.net.URI inServiceURI, java.net.URI inTargetURI, java.nio.file.Path inFile, int inFileIndex, int inFileCount, java.time.Duration inRetryDelay, int inMaxRetries, BLProgressCounter inCounter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

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

      • BLRetryingUploader

        public BLRetryingUploader​(org.apache.hc.client5.http.impl.classic.CloseableHttpClient inClient,
                                  java.net.URI inServiceURI,
                                  java.net.URI inTargetURI,
                                  java.nio.file.Path inFile,
                                  int inFileIndex,
                                  int inFileCount,
                                  java.time.Duration inRetryDelay,
                                  int inMaxRetries,
                                  BLProgressCounter inCounter)