public final class PreparedDownloadContext extends Object
Constructor and Description |
---|
PreparedDownloadContext(DownloadImpl transfer,
Callable<File> callable,
CountDownLatch latch) |
Modifier and Type | Method and Description |
---|---|
Callable<File> |
getCallable() |
CountDownLatch |
getLatch() |
DownloadImpl |
getTransfer() |
public PreparedDownloadContext(DownloadImpl transfer, Callable<File> callable, CountDownLatch latch)
public DownloadImpl getTransfer()
public CountDownLatch getLatch()
Copyright © 2022. All rights reserved.