Class BLRetryingUploader

java.lang.Object
com.io7m.brooklime.vanilla.internal.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

    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 Details

    • 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)
  • Method Details