public final class PreparedDownloadContext extends Object
Constructor and Description |
---|
PreparedDownloadContext(DownloadImpl transfer,
Callable<?> callable,
CountDownLatch latch) |
Modifier and Type | Method and Description |
---|---|
Callable<?> |
getCallable() |
CountDownLatch |
getLatch() |
DownloadImpl |
getTransfer() |
public PreparedDownloadContext(DownloadImpl transfer, Callable<?> callable, CountDownLatch latch)
public DownloadImpl getTransfer()
public Callable<?> getCallable()
public CountDownLatch getLatch()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.